Trace number 4401164

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.27 2464.84

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-15-1.xml
MD5SUM4cb8aacd6a4a2864e81512910dbfacc0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints815
Number of domains1
Minimum domain size2856
Maximum domain size2856
Distribution of domain sizes[{"size":2856,"count":800}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":750}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":750},{"arity":50,"count":15}]
Number of extensional constraints0
Number of intensional constraints800
Distribution of constraint types[{"type":"intension","count":800},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.77/1.41	c Concrete v3.12.2.1568631193530 running
2520.20/2464.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.20/2464.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.20/2464.81		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.20/2464.81		at concrete.IntDomain.find(IntDomain.scala:137)
2520.20/2464.81		at concrete.Domain.filterBounds(Domain.scala:141)
2520.20/2464.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.20/2464.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.20/2464.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.20/2464.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.20/2464.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.20/2464.82		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.20/2464.82		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.20/2464.82		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.20/2464.82		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.20/2464.82		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.20/2464.82		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.20/2464.82		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.20/2464.82		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.20/2464.82		at scala.Option.map(Option.scala:243)
2520.20/2464.82		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.20/2464.82		at concrete.MAC.mac(MAC.scala:216)
2520.20/2464.82		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.20/2464.82		at scala.util.Try$.apply(Try.scala:212)
2520.20/2464.82		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.20/2464.82		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.20/2464.82		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.20/2464.82		at concrete.MAC.oneRun(MAC.scala:265)
2520.20/2464.82		at concrete.MAC.nextSolution(MAC.scala:284)
2520.20/2464.82		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.20/2464.82		at concrete.ProblemState.map(ProblemState.scala:238)
2520.20/2464.82		at concrete.ProblemState.map(ProblemState.scala:212)
2520.20/2464.82		at concrete.MAC.nextSolution(MAC.scala:348)
2520.20/2464.82		at concrete.Solver.hasNext(Solver.scala:160)
2520.20/2464.82		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.20/2464.82		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.20/2464.82		at concrete.Solver.foreach(Solver.scala:67)
2520.20/2464.82		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.20/2464.82		at scala.util.Success.map(Try.scala:264)
2520.20/2464.82		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.20/2464.82		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.20/2464.82		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.20/2464.82		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.20/2464.82		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.20/2464.82		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.20/2464.82		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.20/2464.82		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.20/2464.82		at scala.App.$anonfun$main$1(App.scala:75)
2520.20/2464.82		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.20/2464.82		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.20/2464.82		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.20/2464.82		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.20/2464.82		at scala.App.main(App.scala:75)
2520.20/2464.82		at scala.App.main$(App.scala:73)
2520.20/2464.82		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.20/2464.82		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.20/2464.83	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13910 MiB free)
  memory of node 1: 16384 MiB (15432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401164-1568673331/watcher-4401164-1568673331 -o /tmp/evaluation-result-4401164-1568673331/solver-4401164-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32274 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401164-1568673331.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32301, runsolver pid=32294
Current StackSize limit: 8192 KiB


[startup+0.100017 s]*
/proc/loadavg: 0.16 1.08 2.34 1/205 32360
/proc/meminfo: memFree=30045136/32770624 swapFree=67027092/67108860
[pid=32301] ppid=32294 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32301/stat : 32301 (bash) S 32294 32301 32242 0 -1 4202496 887 5698 1 0 0 0 0 1 20 0 1 0 443605798 115974144 404 33554432000 4194304 5098028 140726523190896 140726523184904 139874895850496 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 1 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32301/statm: 28314 404 320 221 0 119 0
[pid=32355] ppid=32301 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/32355/stat : 32355 (bash) S 32301 32301 32242 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443605802 115974144 178 33554432000 4194304 5098028 140726523190896 140726523183576 139874895676028 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32355/statm: 28314 178 94 221 0 119 0
[pid=32356] ppid=32355 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/32356/stat : 32356 (java) D 32355 32301 32242 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443605802 303104 1 33554432000 4194304 4196468 140723993635136 140723993632408 139660685072071 0 0 4096 0 18446744072101748260 0 0 17 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
/proc/32356/statm: 74 1 0 1 0 38 0
[pid=32357] ppid=32355 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/32357/stat : 32357 (awk) S 32355 32301 32242 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443605802 116211712 243 33554432000 4194304 4609284 140723262773248 140723262772424 139906762890240 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 22171648 140723262776508 140723262776538 140723262776538 140723262779375 0
/proc/32357/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.210089 s]*
/proc/loadavg: 0.16 1.08 2.34 3/207 32362
/proc/meminfo: memFree=30043412/32770624 swapFree=67027092/67108860
[pid=32301] ppid=32294 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32301/stat : 32301 (bash) S 32294 32301 32242 0 -1 4202496 887 5698 1 0 0 0 0 1 20 0 1 0 443605798 115974144 404 33554432000 4194304 5098028 140726523190896 140726523184904 139874895850496 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 1 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32301/statm: 28314 404 320 221 0 119 0
[pid=32355] ppid=32301 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/32355/stat : 32355 (bash) S 32301 32301 32242 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443605802 115974144 178 33554432000 4194304 5098028 140726523190896 140726523183576 139874895676028 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32355/statm: 28314 178 94 221 0 119 0
[pid=32356] ppid=32355 vsize=100808 memory=4740 CPUtime=0 cores=1,3,5,7
/proc/32356/stat : 32356 (java) S 32355 32301 32242 0 -1 1077944320 1387 0 0 0 0 0 0 0 20 0 2 0 443605802 103227392 1185 33554432000 4194304 4196468 140723993635136 140723993617680 139660682796791 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
/proc/32356/statm: 25202 1185 883 1 0 16800 0
[pid=32356/tid=32361] ppid=32355 vsize=100808 memory=7751702667093440019 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32361/stat : 32361 (java) D 32355 32301 32242 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 2 0 443605817 103227392 1185 33554432000 4194304 4196468 140723993635136 139660687033696 139660675476013 0 0 4096 0 18446744072101748260 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32357] ppid=32355 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/32357/stat : 32357 (awk) S 32355 32301 32242 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443605802 116211712 243 33554432000 4194304 4609284 140723262773248 140723262772424 139906762890240 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 22171648 140723262776508 140723262776538 140723262776538 140723262779375 0
/proc/32357/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 440808 KiB
Current children cumulated memory: 8040 KiB

[startup+0.310076 s]*
/proc/loadavg: 0.16 1.08 2.34 2/207 32362
/proc/meminfo: memFree=30042512/32770624 swapFree=67027092/67108860
[pid=32301] ppid=32294 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32301/stat : 32301 (bash) S 32294 32301 32242 0 -1 4202496 887 5698 1 0 0 0 0 1 20 0 1 0 443605798 115974144 404 33554432000 4194304 5098028 140726523190896 140726523184904 139874895850496 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 1 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32301/statm: 28314 404 320 221 0 119 0
[pid=32355] ppid=32301 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/32355/stat : 32355 (bash) S 32301 32301 32242 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443605802 115974144 178 33554432000 4194304 5098028 140726523190896 140726523183576 139874895676028 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32355/statm: 28314 178 94 221 0 119 0
[pid=32356] ppid=32355 vsize=111596 memory=5608 CPUtime=0 cores=1,3,5,7
/proc/32356/stat : 32356 (java) S 32355 32301 32242 0 -1 1077944320 1720 0 0 0 0 0 0 0 20 0 2 0 443605802 114274304 1402 33554432000 4194304 4196468 140723993635136 140723993617680 139660682796791 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
/proc/32356/statm: 27899 1402 1063 1 0 16810 0
[pid=32356/tid=32361] ppid=32355 vsize=111596 memory=288355116380323867 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32361/stat : 32361 (java) D 32355 32301 32242 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443605817 114274304 1402 33554432000 4194304 4196468 140723993635136 139660687036648 139660675474805 0 4 0 16784584 18446744072101748260 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32357] ppid=32355 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/32357/stat : 32357 (awk) S 32355 32301 32242 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443605802 116211712 243 33554432000 4194304 4609284 140723262773248 140723262772424 139906762890240 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 22171648 140723262776508 140723262776538 140723262776538 140723262779375 0
/proc/32357/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8908 KiB

[startup+0.700732 s]
/proc/loadavg: 0.16 1.08 2.34 2/221 32376
/proc/meminfo: memFree=30019780/32770624 swapFree=67027092/67108860
[pid=32301] ppid=32294 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32301/stat : 32301 (bash) S 32294 32301 32242 0 -1 4202496 887 5698 1 0 0 0 0 1 20 0 1 0 443605798 115974144 404 33554432000 4194304 5098028 140726523190896 140726523184904 139874895850496 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 1 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32301/statm: 28314 404 320 221 0 119 0
[pid=32355] ppid=32301 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/32355/stat : 32355 (bash) S 32301 32301 32242 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443605802 115974144 178 33554432000 4194304 5098028 140726523190896 140726523183576 139874895676028 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21143552 140726523196436 140726523196561 140726523196561 140726523199470 0
/proc/32355/statm: 28314 178 94 221 0 119 0
[pid=32356] ppid=32355 vsize=10593144 memory=22848 CPUtime=0.05 cores=1,3,5,7
/proc/32356/stat : 32356 (java) S 32355 32301 32242 0 -1 1077944320 4653 0 0 0 4 1 0 0 20 0 14 0 443605802 10847379456 5712 33554432000 4194304 4196468 140723993635136 140723993617680 139660682796791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
/proc/32356/statm: 2648286 5712 2613 1 0 2610827 0
[pid=32356/tid=32361] ppid=32355 vsize=10593144 memory=4968 CPUtime=0.05 cores=1,3,5,7
/proc/32356/task/32361/stat : 32361 (java) D 32355 32301 32242 0 -1 1077944384 2795 0 0 0 4 1 0 0 20 0 14 0 443605817 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660687034176 139660682820669 0 4 0 16800975 18446744072101748260 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32363] ppid=32355 vsize=10593144 memory=10092 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32363/stat : 32363 (java) S 32355 32301 32242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443605833 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660608871056 139660682806997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32364] ppid=32355 vsize=10593144 memory=1908 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32364/stat : 32364 (java) S 32355 32301 32242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443605833 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660607818256 139660682806997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32365] ppid=32355 vsize=10593144 memory=1360 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32365/stat : 32365 (java) S 32355 32301 32242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443605833 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660606765456 139660682806997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32366] ppid=32355 vsize=10593144 memory=7496 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32366/stat : 32366 (java) S 32355 32301 32242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443605833 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660605712656 139660682806997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32372] ppid=32355 vsize=10593144 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32372/stat : 32372 (java) S 32355 32301 32242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443605836 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660173966192 139660682807938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32373] ppid=32355 vsize=10593144 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32373/stat : 32373 (java) S 32355 32301 32242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443605836 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660172912160 139660682806997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32356/tid=32375] ppid=32355 vsize=10593144 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/32356/task/32375/stat : 32375 (java) S 32355 32301 32242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443605837 10847379456 5712 33554432000 4194304 4196468 140723993635136 139660171859312 139660682806997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140723993642124 140723993642138 140723993642138 140723993645007 0
[pid=32357] ppid=32355 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/32357/stat : 32357 (awk) S 32355 32301 32242 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443605802 116211712 243 33554432000 4194304 4609284 140723262773248 140723262772424 139906762890240 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 22171648 140723262776508 140723262776538 140723262776538 140723262779375 0
/proc/32357/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 26148 KiB

[startup+1.50074 s]
/proc/loadavg: 0.16 1.08 2.34 5/227 32434
/proc/meminfo: memFree=30002080/32770624 swapFree=67027092/67108860
[pid=32301] ppid=32294 vsize=10822316 memory=74708 CPUtime=0.9 cores=1,3,5,7
/proc/32301/stat : 32301 (java) S 32294 32301 32242 0 -1 1077944320 13946 13096 1 0 76 6 5 3 20 0 15 0 443605798 11082051584 18677 33554432000 4194304 4196468 140729207475008 140729207457552 139891515100919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
/proc/32301/statm: 2705579 18677 3483 1 0 2667661 0
[pid=32301/tid=32397] ppid=32294 vsize=10822316 memory=33064 CPUtime=0.58 cores=1,3,5,7
/proc/32301/task/32397/stat : 32397 (java) D 32294 32301 32242 0 -1 1077944384 9427 13096 0 0 46 4 5 3 20 0 15 0 443605873 11082051584 18677 33554432000 4194304 4196468 140729207475008 139891486924000 139891515124797 0 4 0 16800975 18446744072101748260 0 0 -1 7 0 0 3 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32399] ppid=32294 vsize=10822316 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32399/stat : 32399 (java) S 32294 32301 32242 0 -1 1077944384 2 13096 0 0 0 0 5 3 20 0 15 0 443605875 11082051584 18677 33554432000 4194304 4196468 140729207475008 139891519343120 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32400] ppid=32294 vsize=10822316 memory=2184 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32400/stat : 32400 (java) S 32294 32301 32242 0 -1 1077944384 2 13096 0 0 0 0 5 3 20 0 15 0 443605875 11082051584 18677 33554432000 4194304 4196468 140729207475008 139891088824976 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32401] ppid=32294 vsize=10822316 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32401/stat : 32401 (java) S 32294 32301 32242 0 -1 1077944384 1 13096 0 0 0 0 5 3 20 0 15 0 443605875 11082051584 18677 33554432000 4194304 4196468 140729207475008 139891087771920 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32402] ppid=32294 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32402/stat : 32402 (java) S 32294 32301 32242 0 -1 1077944384 1 13096 0 0 0 0 5 3 20 0 15 0 443605875 11082051584 18677 33554432000 4194304 4196468 140729207475008 139891086719376 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32413] ppid=32294 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32413/stat : 32413 (java) S 32294 32301 32242 0 -1 1077944384 5 13096 0 0 0 0 5 3 20 0 15 0 443605878 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890973981424 139891515112066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32414] ppid=32294 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32414/stat : 32414 (java) S 32294 32301 32242 0 -1 1077944384 33 13096 0 0 0 0 5 3 20 0 15 0 443605878 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890972927648 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32415] ppid=32294 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32415/stat : 32415 (java) S 32294 32301 32242 0 -1 1077944384 1 13096 0 0 0 0 5 3 20 0 15 0 443605879 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890373158128 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32423] ppid=32294 vsize=10822316 memory=303430223234596890 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32423/stat : 32423 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890065758672 139891515119515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32424] ppid=32294 vsize=10822316 memory=301741382048153914 CPUtime=0.16 cores=1,3,5,7
/proc/32301/task/32424/stat : 32424 (java) S 32294 32301 32242 0 -1 1077944384 1069 13096 0 0 8 0 5 3 20 0 15 0 443605884 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890939369712 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32425] ppid=32294 vsize=10822316 memory=16100381516106309 CPUtime=0.14 cores=1,3,5,7
/proc/32301/task/32425/stat : 32425 (java) S 32294 32301 32242 0 -1 1077944384 472 13096 0 0 6 0 5 3 20 0 15 0 443605884 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890938317168 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32426] ppid=32294 vsize=10822316 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/32301/task/32426/stat : 32426 (java) S 32294 32301 32242 0 -1 1077944384 721 13096 0 0 14 0 5 3 20 0 15 0 443605884 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890937264112 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32427] ppid=32294 vsize=10822316 memory=3978423534303326262 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32427/stat : 32427 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890032200032 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32433] ppid=32294 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32433/stat : 32433 (java) S 32294 32301 32242 0 -1 1077944384 1 13096 0 0 0 0 5 3 20 0 15 0 443605894 11082051584 18677 33554432000 4194304 4196468 140729207475008 139890936212528 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74708 KiB

[startup+3.1103 s]
/proc/loadavg: 0.16 1.08 2.34 3/227 32435
/proc/meminfo: memFree=29706876/32770624 swapFree=67027092/67108860
[pid=32301] ppid=32294 vsize=10836748 memory=190124 CPUtime=3.55 cores=1,3,5,7
/proc/32301/stat : 32301 (java) S 32294 32301 32242 0 -1 1077944320 25654 13096 1 0 334 13 5 3 20 0 15 0 443605798 11096829952 47531 33554432000 4194304 4196468 140729207475008 140729207457552 139891515100919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
/proc/32301/statm: 2709187 47531 3600 1 0 2671245 0
[pid=32301/tid=32397] ppid=32294 vsize=10836748 memory=0 CPUtime=1.83 cores=1,3,5,7
/proc/32301/task/32397/stat : 32397 (java) R 32294 32301 32242 0 -1 4202560 16776 13096 0 0 168 7 5 3 20 0 15 0 443605873 11096829952 47531 33554432000 4194304 4196468 140729207475008 139891486922192 139891515112854 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32399] ppid=32294 vsize=10836748 memory=123244 CPUtime=0.09 cores=1,3,5,7
/proc/32301/task/32399/stat : 32399 (java) S 32294 32301 32242 0 -1 1077944384 47 13096 0 0 1 0 5 3 20 0 15 0 443605875 11096829952 47531 33554432000 4194304 4196468 140729207475008 139891519343120 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32400] ppid=32294 vsize=10836748 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32301/task/32400/stat : 32400 (java) S 32294 32301 32242 0 -1 1077944384 68 13096 0 0 1 0 5 3 20 0 15 0 443605875 11096829952 47531 33554432000 4194304 4196468 140729207475008 139891088824976 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32401] ppid=32294 vsize=10836748 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32301/task/32401/stat : 32401 (java) S 32294 32301 32242 0 -1 1077944384 68 13096 0 0 1 0 5 3 20 0 15 0 443605875 11096829952 47531 33554432000 4194304 4196468 140729207475008 139891087771920 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32402] ppid=32294 vsize=10836748 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32301/task/32402/stat : 32402 (java) S 32294 32301 32242 0 -1 1077944384 317 13096 0 0 1 0 5 3 20 0 15 0 443605875 11096829952 47531 33554432000 4194304 4196468 140729207475008 139891086719376 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32413] ppid=32294 vsize=10836748 memory=37 CPUtime=0.09 cores=1,3,5,7
/proc/32301/task/32413/stat : 32413 (java) S 32294 32301 32242 0 -1 1077944384 382 13096 0 0 1 0 5 3 20 0 15 0 443605878 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890973981424 139891515112066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32414] ppid=32294 vsize=10836748 memory=39 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32414/stat : 32414 (java) S 32294 32301 32242 0 -1 1077944384 34 13096 0 0 0 0 5 3 20 0 15 0 443605878 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890972927712 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32415] ppid=32294 vsize=10836748 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32415/stat : 32415 (java) S 32294 32301 32242 0 -1 1077944384 1 13096 0 0 0 0 5 3 20 0 15 0 443605879 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890373158144 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32423] ppid=32294 vsize=10836748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32423/stat : 32423 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890065758672 139891515119515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32424] ppid=32294 vsize=10836748 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/32301/task/32424/stat : 32424 (java) S 32294 32301 32242 0 -1 1077944384 2106 13096 0 0 45 1 5 3 20 0 15 0 443605884 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890939369712 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32425] ppid=32294 vsize=10836748 memory=3472463673194528960 CPUtime=0.55 cores=1,3,5,7
/proc/32301/task/32425/stat : 32425 (java) S 32294 32301 32242 0 -1 1077944384 1504 13096 0 0 47 0 5 3 20 0 15 0 443605884 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890938317168 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32426] ppid=32294 vsize=10836748 memory=279550026612960 CPUtime=0.74 cores=1,3,5,7
/proc/32301/task/32426/stat : 32426 (java) S 32294 32301 32242 0 -1 1077944384 2139 13096 0 0 65 1 5 3 20 0 15 0 443605884 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890937264112 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32427] ppid=32294 vsize=10836748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32427/stat : 32427 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890032200032 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32433] ppid=32294 vsize=10836748 memory=13924 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32433/stat : 32433 (java) S 32294 32301 32242 0 -1 1077944384 1 13096 0 0 0 0 5 3 20 0 15 0 443605894 11096829952 47531 33554432000 4194304 4196468 140729207475008 139890936212528 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
Current children cumulated CPU time: 3.55 s
Current children cumulated vsize: 10836748 KiB

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

/proc/32301/task/32397/stat : 32397 (java) R 32294 32301 32242 0 -1 4202560 150728 13096 0 0 236765 76 5 3 20 0 15 0 443605873 11109412864 662410 33554432000 4194304 4196468 140729207475008 139891486934864 139891137481821 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32399] ppid=32294 vsize=10849036 memory=2649640 CPUtime=10.44 cores=1,3,5,7
/proc/32301/task/32399/stat : 32399 (java) S 32294 32301 32242 0 -1 1077944384 33711 13096 0 0 996 40 5 3 20 0 15 0 443605875 11109412864 662410 33554432000 4194304 4196468 140729207475008 139891519343120 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32400] ppid=32294 vsize=10849036 memory=2649640 CPUtime=10.45 cores=1,3,5,7
/proc/32301/task/32400/stat : 32400 (java) S 32294 32301 32242 0 -1 1077944384 24033 13096 0 0 998 39 5 3 20 0 15 0 443605875 11109412864 662410 33554432000 4194304 4196468 140729207475008 139891088824976 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32401] ppid=32294 vsize=10849036 memory=2651176 CPUtime=10.44 cores=1,3,5,7
/proc/32301/task/32401/stat : 32401 (java) S 32294 32301 32242 0 -1 1077944384 26357 13096 0 0 998 38 5 3 20 0 15 0 443605875 11109412864 662410 33554432000 4194304 4196468 140729207475008 139891087771920 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32402] ppid=32294 vsize=10849036 memory=-7160661566846637713 CPUtime=10.45 cores=1,3,5,7
/proc/32301/task/32402/stat : 32402 (java) S 32294 32301 32242 0 -1 1077944384 24524 13096 0 0 999 38 5 3 20 0 15 0 443605875 11109412864 662410 33554432000 4194304 4196468 140729207475008 139891086719376 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32413] ppid=32294 vsize=10849036 memory=2656308 CPUtime=1.66 cores=1,3,5,7
/proc/32301/task/32413/stat : 32413 (java) S 32294 32301 32242 0 -1 1077944384 27723 13096 0 0 136 22 5 3 20 0 15 0 443605878 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890973981424 139891515112066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32414] ppid=32294 vsize=10849036 memory=2656308 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32414/stat : 32414 (java) S 32294 32301 32242 0 -1 1077944384 77 13096 0 0 0 0 5 3 20 0 15 0 443605878 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890972927776 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32415] ppid=32294 vsize=10849036 memory=2649640 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32415/stat : 32415 (java) S 32294 32301 32242 0 -1 1077944384 40 13096 0 0 0 0 5 3 20 0 15 0 443605879 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890373158144 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32423] ppid=32294 vsize=10849036 memory=2649640 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32423/stat : 32423 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890065758672 139891515119515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32424] ppid=32294 vsize=10849036 memory=2671188 CPUtime=10.67 cores=1,3,5,7
/proc/32301/task/32424/stat : 32424 (java) S 32294 32301 32242 0 -1 1077944384 40946 13096 0 0 1052 7 5 3 20 0 15 0 443605884 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890939369712 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32425] ppid=32294 vsize=10849036 memory=2671188 CPUtime=10.79 cores=1,3,5,7
/proc/32301/task/32425/stat : 32425 (java) S 32294 32301 32242 0 -1 1077944384 49959 13096 0 0 1066 5 5 3 20 0 15 0 443605884 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890938317168 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32426] ppid=32294 vsize=10849036 memory=15080 CPUtime=2.89 cores=1,3,5,7
/proc/32301/task/32426/stat : 32426 (java) S 32294 32301 32242 0 -1 1077944384 55576 13096 0 0 274 7 5 3 20 0 15 0 443605884 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890937264112 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32427] ppid=32294 vsize=10849036 memory=13524 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32427/stat : 32427 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890032200032 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32433] ppid=32294 vsize=10849036 memory=1296 CPUtime=1.5 cores=1,3,5,7
/proc/32301/task/32433/stat : 32433 (java) S 32294 32301 32242 0 -1 1077944384 2093 13096 0 0 67 75 5 3 20 0 15 0 443605894 11109412864 662410 33554432000 4194304 4196468 140729207475008 139890936212528 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
Current children cumulated CPU time: 2437.17 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2649640 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.46 1.47 4/227 32686
/proc/meminfo: memFree=26177564/32770624 swapFree=67027124/67108860
[pid=32301] ppid=32294 vsize=10849036 memory=2625528 CPUtime=2497.58 cores=1,3,5,7
/proc/32301/stat : 32301 (java) S 32294 32301 32242 0 -1 1077944320 441176 13096 1 0 249417 333 5 3 20 0 15 0 443605798 11109412864 656382 33554432000 4194304 4196468 140729207475008 140729207457552 139891515100919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
/proc/32301/statm: 2712259 656382 3646 1 0 2674317 0
[pid=32301/tid=32397] ppid=32294 vsize=10849036 memory=2627068 CPUtime=2428.33 cores=1,3,5,7
/proc/32301/task/32397/stat : 32397 (java) R 32294 32301 32242 0 -1 4202560 152322 13096 0 0 242749 76 5 3 20 0 15 0 443605873 11109412864 656382 33554432000 4194304 4196468 140729207475008 139891486934944 139891134428666 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32399] ppid=32294 vsize=10849036 memory=2627068 CPUtime=10.56 cores=1,3,5,7
/proc/32301/task/32399/stat : 32399 (java) S 32294 32301 32242 0 -1 1077944384 34065 13096 0 0 1008 40 5 3 20 0 15 0 443605875 11109412864 656382 33554432000 4194304 4196468 140729207475008 139891519343120 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32400] ppid=32294 vsize=10849036 memory=2633224 CPUtime=10.58 cores=1,3,5,7
/proc/32301/task/32400/stat : 32400 (java) S 32294 32301 32242 0 -1 1077944384 24552 13096 0 0 1011 39 5 3 20 0 15 0 443605875 11109412864 656382 33554432000 4194304 4196468 140729207475008 139891088824976 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32401] ppid=32294 vsize=10849036 memory=2637328 CPUtime=10.57 cores=1,3,5,7
/proc/32301/task/32401/stat : 32401 (java) S 32294 32301 32242 0 -1 1077944384 26537 13096 0 0 1011 38 5 3 20 0 15 0 443605875 11109412864 656382 33554432000 4194304 4196468 140729207475008 139891087771920 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32402] ppid=32294 vsize=10849036 memory=2635276 CPUtime=10.57 cores=1,3,5,7
/proc/32301/task/32402/stat : 32402 (java) S 32294 32301 32242 0 -1 1077944384 24827 13096 0 0 1011 38 5 3 20 0 15 0 443605875 11109412864 656382 33554432000 4194304 4196468 140729207475008 139891086719376 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32413] ppid=32294 vsize=10849036 memory=2630656 CPUtime=1.68 cores=1,3,5,7
/proc/32301/task/32413/stat : 32413 (java) S 32294 32301 32242 0 -1 1077944384 27935 13096 0 0 137 23 5 3 20 0 15 0 443605878 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890973981424 139891515112066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32414] ppid=32294 vsize=10849036 memory=2630656 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32414/stat : 32414 (java) S 32294 32301 32242 0 -1 1077944384 77 13096 0 0 0 0 5 3 20 0 15 0 443605878 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890972927776 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32415] ppid=32294 vsize=10849036 memory=2628092 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32415/stat : 32415 (java) S 32294 32301 32242 0 -1 1077944384 40 13096 0 0 0 0 5 3 20 0 15 0 443605879 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890373158144 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32423] ppid=32294 vsize=10849036 memory=2627068 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32423/stat : 32423 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890065758672 139891515119515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32424] ppid=32294 vsize=10849036 memory=2627068 CPUtime=10.67 cores=1,3,5,7
/proc/32301/task/32424/stat : 32424 (java) S 32294 32301 32242 0 -1 1077944384 40949 13096 0 0 1052 7 5 3 20 0 15 0 443605884 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890939369712 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32425] ppid=32294 vsize=10849036 memory=2625528 CPUtime=10.79 cores=1,3,5,7
/proc/32301/task/32425/stat : 32425 (java) S 32294 32301 32242 0 -1 1077944384 49961 13096 0 0 1066 5 5 3 20 0 15 0 443605884 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890938317168 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32426] ppid=32294 vsize=10849036 memory=860 CPUtime=2.89 cores=1,3,5,7
/proc/32301/task/32426/stat : 32426 (java) S 32294 32301 32242 0 -1 1077944384 55578 13096 0 0 274 7 5 3 20 0 15 0 443605884 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890937264112 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32427] ppid=32294 vsize=10849036 memory=2638864 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32427/stat : 32427 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890032200032 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32433] ppid=32294 vsize=10849036 memory=2627068 CPUtime=1.54 cores=1,3,5,7
/proc/32301/task/32433/stat : 32433 (java) S 32294 32301 32242 0 -1 1077944384 2122 13096 0 0 69 77 5 3 20 0 15 0 443605894 11109412864 656382 33554432000 4194304 4196468 140729207475008 139890936212528 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
Current children cumulated CPU time: 2497.58 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2625528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.7 s]
/proc/loadavg: 1.99 1.54 1.50 4/227 349
/proc/meminfo: memFree=26780564/32770624 swapFree=67027124/67108860
[pid=32301] ppid=32294 vsize=10849036 memory=2618860 CPUtime=2520.09 cores=1,3,5,7
/proc/32301/stat : 32301 (java) S 32294 32301 32242 0 -1 1077944320 441729 13096 1 0 251666 335 5 3 20 0 15 0 443605798 11109412864 654715 33554432000 4194304 4196468 140729207475008 140729207457552 139891515100919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
/proc/32301/statm: 2712259 654715 3646 1 0 2674317 0
[pid=32301/tid=32397] ppid=32294 vsize=10849036 memory=2620396 CPUtime=2450.67 cores=1,3,5,7
/proc/32301/task/32397/stat : 32397 (java) R 32294 32301 32242 0 -1 4202560 152856 13096 0 0 244981 78 5 3 20 0 15 0 443605873 11109412864 654715 33554432000 4194304 4196468 140729207475008 139891486933872 139891135016851 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32399] ppid=32294 vsize=10849036 memory=2618860 CPUtime=10.6 cores=1,3,5,7
/proc/32301/task/32399/stat : 32399 (java) S 32294 32301 32242 0 -1 1077944384 34065 13096 0 0 1012 40 5 3 20 0 15 0 443605875 11109412864 654715 33554432000 4194304 4196468 140729207475008 139891519343120 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32400] ppid=32294 vsize=10849036 memory=2618860 CPUtime=10.62 cores=1,3,5,7
/proc/32301/task/32400/stat : 32400 (java) S 32294 32301 32242 0 -1 1077944384 24552 13096 0 0 1015 39 5 3 20 0 15 0 443605875 11109412864 654715 33554432000 4194304 4196468 140729207475008 139891088824976 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32401] ppid=32294 vsize=10849036 memory=2618860 CPUtime=10.61 cores=1,3,5,7
/proc/32301/task/32401/stat : 32401 (java) S 32294 32301 32242 0 -1 1077944384 26539 13096 0 0 1015 38 5 3 20 0 15 0 443605875 11109412864 654715 33554432000 4194304 4196468 140729207475008 139891087771920 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32402] ppid=32294 vsize=10849036 memory=2620396 CPUtime=10.61 cores=1,3,5,7
/proc/32301/task/32402/stat : 32402 (java) S 32294 32301 32242 0 -1 1077944384 24831 13096 0 0 1015 38 5 3 20 0 15 0 443605875 11109412864 654715 33554432000 4194304 4196468 140729207475008 139891086719376 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32413] ppid=32294 vsize=10849036 memory=3472328296227679313 CPUtime=1.69 cores=1,3,5,7
/proc/32301/task/32413/stat : 32413 (java) S 32294 32301 32242 0 -1 1077944384 27944 13096 0 0 138 23 5 3 20 0 15 0 443605878 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890973981424 139891515112066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32414] ppid=32294 vsize=10849036 memory=8025788822752027748 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32414/stat : 32414 (java) S 32294 32301 32242 0 -1 1077944384 77 13096 0 0 0 0 5 3 20 0 15 0 443605878 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890972927776 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32415] ppid=32294 vsize=10849036 memory=7309167735419596644 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32415/stat : 32415 (java) S 32294 32301 32242 0 -1 1077944384 40 13096 0 0 0 0 5 3 20 0 15 0 443605879 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890373158144 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32423] ppid=32294 vsize=10849036 memory=2620396 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32423/stat : 32423 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890065758672 139891515119515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32424] ppid=32294 vsize=10849036 memory=8 CPUtime=10.67 cores=1,3,5,7
/proc/32301/task/32424/stat : 32424 (java) S 32294 32301 32242 0 -1 1077944384 40949 13096 0 0 1052 7 5 3 20 0 15 0 443605884 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890939369712 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32425] ppid=32294 vsize=10849036 memory=6791534058613427641 CPUtime=10.79 cores=1,3,5,7
/proc/32301/task/32425/stat : 32425 (java) S 32294 32301 32242 0 -1 1077944384 49961 13096 0 0 1066 5 5 3 20 0 15 0 443605884 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890938317168 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32426] ppid=32294 vsize=10849036 memory=560100 CPUtime=2.89 cores=1,3,5,7
/proc/32301/task/32426/stat : 32426 (java) S 32294 32301 32242 0 -1 1077944384 55578 13096 0 0 274 7 5 3 20 0 15 0 443605884 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890937264112 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32427] ppid=32294 vsize=10849036 memory=6944656592455360569 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32427/stat : 32427 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 15 0 443605884 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890032200032 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32433] ppid=32294 vsize=10849036 memory=-7966001967374371424 CPUtime=1.55 cores=1,3,5,7
/proc/32301/task/32433/stat : 32433 (java) S 32294 32301 32242 0 -1 1077944384 2126 13096 0 0 69 78 5 3 20 0 15 0 443605894 11109412864 654715 33554432000 4194304 4196468 140729207475008 139890936212528 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2618860 KiB

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

[startup+2464.84 s]
# the end of solver process 32301 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.86 s, system=3.40889 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2464.81 s]
/proc/loadavg: 1.99 1.54 1.50 4/227 349
/proc/meminfo: memFree=26780564/32770624 swapFree=67027124/67108860
[pid=32301] ppid=32294 vsize=11045652 memory=2623044 CPUtime=2520.2 cores=1,3,5,7
/proc/32301/stat : 32301 (java) S 32294 32301 32242 0 -1 1077944320 441852 13096 1 0 251677 335 5 3 20 0 17 0 443605798 11310747648 655761 33554432000 4194304 4196468 140729207475008 140729207457552 139891515100919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
/proc/32301/statm: 2761413 655761 3647 1 0 2723471 0
[pid=32301/tid=32397] ppid=32294 vsize=11045652 memory=6791534058613427641 CPUtime=2450.77 cores=1,3,5,7
/proc/32301/task/32397/stat : 32397 (java) R 32294 32301 32242 0 -1 4202560 152856 13096 0 0 244991 78 5 3 20 0 17 0 443605873 11310747648 655761 33554432000 4194304 4196468 140729207475008 139891486933872 139891122241863 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32399] ppid=32294 vsize=11045652 memory=33144 CPUtime=10.6 cores=1,3,5,7
/proc/32301/task/32399/stat : 32399 (java) S 32294 32301 32242 0 -1 1077944384 34065 13096 0 0 1012 40 5 3 20 0 17 0 443605875 11310747648 655761 33554432000 4194304 4196468 140729207475008 139891519343120 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32400] ppid=32294 vsize=11045652 memory=1296 CPUtime=10.62 cores=1,3,5,7
/proc/32301/task/32400/stat : 32400 (java) S 32294 32301 32242 0 -1 1077944384 24552 13096 0 0 1015 39 5 3 20 0 17 0 443605875 11310747648 655761 33554432000 4194304 4196468 140729207475008 139891088824976 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32401] ppid=32294 vsize=11045652 memory=2184 CPUtime=10.61 cores=1,3,5,7
/proc/32301/task/32401/stat : 32401 (java) S 32294 32301 32242 0 -1 1077944384 26539 13096 0 0 1015 38 5 3 20 0 17 0 443605875 11310747648 655761 33554432000 4194304 4196468 140729207475008 139891087771920 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32402] ppid=32294 vsize=11045652 memory=1844 CPUtime=10.61 cores=1,3,5,7
/proc/32301/task/32402/stat : 32402 (java) S 32294 32301 32242 0 -1 1077944384 24831 13096 0 0 1015 38 5 3 20 0 17 0 443605875 11310747648 655761 33554432000 4194304 4196468 140729207475008 139891086719376 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32413] ppid=32294 vsize=11045652 memory=4968 CPUtime=1.69 cores=1,3,5,7
/proc/32301/task/32413/stat : 32413 (java) S 32294 32301 32242 0 -1 1077944384 27944 13096 0 0 138 23 5 3 20 0 17 0 443605878 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890973981424 139891515112066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32414] ppid=32294 vsize=11045652 memory=2618860 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32414/stat : 32414 (java) S 32294 32301 32242 0 -1 1077944384 77 13096 0 0 0 0 5 3 20 0 17 0 443605878 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890972927776 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32415] ppid=32294 vsize=11045652 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32415/stat : 32415 (java) S 32294 32301 32242 0 -1 1077944384 40 13096 0 0 0 0 5 3 20 0 17 0 443605879 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890373158144 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32423] ppid=32294 vsize=11045652 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32423/stat : 32423 (java) S 32294 32301 32242 0 -1 1077944384 88 13096 0 0 0 0 5 3 20 0 17 0 443605884 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890065758672 139891515119515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32424] ppid=32294 vsize=11045652 memory=1844 CPUtime=10.67 cores=1,3,5,7
/proc/32301/task/32424/stat : 32424 (java) S 32294 32301 32242 0 -1 1077944384 40949 13096 0 0 1052 7 5 3 20 0 17 0 443605884 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890939369712 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32425] ppid=32294 vsize=11045652 memory=4968 CPUtime=10.79 cores=1,3,5,7
/proc/32301/task/32425/stat : 32425 (java) S 32294 32301 32242 0 -1 1077944384 49961 13096 0 0 1066 5 5 3 20 0 17 0 443605884 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890938317168 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32426] ppid=32294 vsize=11045652 memory=10092 CPUtime=2.89 cores=1,3,5,7
/proc/32301/task/32426/stat : 32426 (java) S 32294 32301 32242 0 -1 1077944384 55578 13096 0 0 274 7 5 3 20 0 17 0 443605884 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890937264112 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32427] ppid=32294 vsize=11045652 memory=2618860 CPUtime=0.08 cores=1,3,5,7
/proc/32301/task/32427/stat : 32427 (java) S 32294 32301 32242 0 -1 1077944384 3 13096 0 0 0 0 5 3 20 0 17 0 443605884 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890032200032 139891515111125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
[pid=32301/tid=32433] ppid=32294 vsize=11045652 memory=2618860 CPUtime=1.55 cores=1,3,5,7
/proc/32301/task/32433/stat : 32433 (java) S 32294 32301 32242 0 -1 1077944384 2126 13096 0 0 69 78 5 3 20 0 17 0 443605894 11310747648 655761 33554432000 4194304 4196468 140729207475008 139890936212528 139891515112066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6803456 140729207479023 140729207481541 140729207481541 140729207484367 0
Current children cumulated CPU time: 2520.2 s
Current children cumulated vsize: 11045652 KiB
Current children cumulated memory: 2623044 KiB

Child status: 143
Real time (s): 2464.84
CPU time (s): 2520.27
CPU user time (s): 2516.86
CPU system time (s): 3.40889
CPU usage (%): 102.248
Max. virtual memory (cumulated for all children) (KiB): 11045652
Max. memory (cumulated for all children) (KiB): 3332952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.86
system time used= 3.40889
maximum resident set size= 3332952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455932
page faults= 1
swaps= 0
block input operations= 40
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86078
involuntary context switches= 3757


# summary of solver processes directly reported to runsolver:
#   pid: 32301
#   total CPU time (s): 2520.27
#   total CPU user time (s): 2516.86
#   total CPU system time (s): 3.40889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5074 second user time and 27.0198 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 00:34:51
IDJOB=4401164
IDBENCH=115768
IDSOLVER=2857
FILE ID=node150/4401164-1568673331
RUNJOBID= node150-1568673291-32274
PBS_JOBID= 21703772
Free space on /tmp= 59368 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-15-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401164-1568673331/watcher-4401164-1568673331 -o /tmp/evaluation-result-4401164-1568673331/solver-4401164-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32274 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401164-1568673331.xml

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

MD5SUM BENCH= 4cb8aacd6a4a2864e81512910dbfacc0
RANDOM SEED=1889038206

node150.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.79
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.79
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.79
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.79
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:        30049028 kB
MemAvailable:   31842988 kB
Buffers:          203920 kB
Cached:          1851960 kB
SwapCached:        11180 kB
Active:           929208 kB
Inactive:        1170152 kB
Active(anon):       4280 kB
Inactive(anon):    78600 kB
Active(file):     924928 kB
Inactive(file):  1091552 kB
Unevictable:      109644 kB
Mlocked:          109644 kB
SwapTotal:      67108860 kB
SwapFree:       67027092 kB
Dirty:             70820 kB
Writeback:             0 kB
AnonPages:        140384 kB
Mapped:            46300 kB
Shmem:             30556 kB
Slab:             216096 kB
SReclaimable:     186628 kB
SUnreclaim:        29468 kB
KernelStack:        3424 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59300 MiB
End job on node150 at 2019-09-17 01:15:57