Trace number 4402999

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.3? (TO) 2520.11 2456.33

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
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 variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.91/3.23	c Concrete v3.12.3.1568965526260 running
2520.06/2456.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2456.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2456.30		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.06/2456.30		at concrete.IntDomain.find(IntDomain.scala:137)
2520.06/2456.30		at concrete.Domain.filterBounds(Domain.scala:141)
2520.06/2456.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2456.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2456.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2456.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2456.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2456.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2456.30		at scala.Option.map(Option.scala:242)
2520.06/2456.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2456.30		at concrete.MAC.mac(MAC.scala:216)
2520.06/2456.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2456.30		at scala.util.Try$.apply(Try.scala:210)
2520.06/2456.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2456.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2456.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2456.31		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2456.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2456.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.06/2456.31		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2456.31		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2456.31		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2456.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2456.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2456.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2456.31		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2456.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2456.31		at scala.util.Success.map(Try.scala:262)
2520.06/2456.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2456.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2456.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2456.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2456.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2456.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2456.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2456.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2456.31		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2456.31		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2456.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2456.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2456.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2456.31		at scala.App.main(App.scala:73)
2520.06/2456.31		at scala.App.main$(App.scala:71)
2520.06/2456.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2456.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2456.31	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 (135 MiB free)
  memory of node 1: 16384 MiB (55 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402999-1568967636/watcher-4402999-1568967636 -o /var/tmp/evaluation-result-4402999-1568967636/solver-4402999-1568967636 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402999-1568967636.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
Current StackSize limit: 8192 KiB

solver pid=5597, runsolver pid=5594

[startup+0.100151 s]*
/proc/loadavg: 0.32 0.08 0.07 1/206 5608
/proc/meminfo: memFree=193756/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5597/stat : 5597 (bash) S 5594 5597 5532 0 -1 4202496 693 0 1 0 0 0 0 0 20 0 1 0 472678324 115974144 363 33554432000 4194304 5098028 140736417205232 140736417202872 140470790765568 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5597/statm: 28314 363 290 221 0 119 0
[pid=5603] ppid=5597 vsize=113256 memory=704 CPUtime=0 cores=1,3,5,7
/proc/5603/stat : 5603 (bash) S 5597 5597 5532 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 472678326 115974144 176 33554432000 4194304 5098028 140736417205232 140736417201400 140470790591100 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5603/statm: 28314 176 101 221 0 119 0
[pid=5605] ppid=5603 vsize=113256 memory=716 CPUtime=0 cores=1,3,5,7
/proc/5605/stat : 5605 (bash) S 5603 5597 5532 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 1 0 472678326 115974144 179 33554432000 4194304 5098028 140736417205232 140736417198408 140470790765568 0 0 4096 65538 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5605/statm: 28314 179 104 221 0 119 0
[pid=5607] ppid=5605 vsize=113256 memory=496 CPUtime=0 cores=1,3,5,7
/proc/5607/stat : 5607 (bash) D 5605 5597 5532 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 1 0 472678326 115974144 124 33554432000 4194304 5098028 140736417205232 140736417197464 140470790763893 0 0 4096 65538 18446744072101662244 0 0 17 1 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5607/statm: 28314 124 48 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3368 KiB

[startup+0.210213 s]*
/proc/loadavg: 0.32 0.08 0.07 1/206 5612
/proc/meminfo: memFree=193756/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5597/stat : 5597 (bash) S 5594 5597 5532 0 -1 4202496 693 0 1 0 0 0 0 0 20 0 1 0 472678324 115974144 363 33554432000 4194304 5098028 140736417205232 140736417202872 140470790765568 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5597/statm: 28314 363 290 221 0 119 0
[pid=5603] ppid=5597 vsize=113256 memory=704 CPUtime=0 cores=1,3,5,7
/proc/5603/stat : 5603 (bash) S 5597 5597 5532 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 472678326 115974144 176 33554432000 4194304 5098028 140736417205232 140736417201400 140470790591100 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5603/statm: 28314 176 101 221 0 119 0
[pid=5605] ppid=5603 vsize=113256 memory=888 CPUtime=0 cores=1,3,5,7
/proc/5605/stat : 5605 (bash) S 5603 5597 5532 0 -1 4202560 210 427 0 1 0 0 0 0 20 0 1 0 472678326 115974144 222 33554432000 4194304 5098028 140736417205232 140736417198696 140470790765568 0 0 4096 65538 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5605/statm: 28314 222 146 221 0 119 0
[pid=5611] ppid=5605 vsize=113256 memory=492 CPUtime=0 cores=1,3,5,7
/proc/5611/stat : 5611 (bash) D 5605 5597 5532 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 1 0 472678344 115974144 123 33554432000 4194304 5098028 140736417205232 140736417197752 140470790763893 0 0 4096 65538 18446744072101662244 0 0 17 1 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5611/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3536 KiB

[startup+0.309779 s]*
/proc/loadavg: 0.32 0.08 0.07 1/202 5652
/proc/meminfo: memFree=193084/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=113256 memory=1564 CPUtime=0.01 cores=1,3,5,7
/proc/5597/stat : 5597 (bash) S 5594 5597 5532 0 -1 4202496 848 5358 1 1 0 0 0 1 20 0 1 0 472678324 115974144 391 33554432000 4194304 5098028 140736417205232 140736417198968 140470790765568 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5597/statm: 28314 391 311 221 0 119 0
[pid=5650] ppid=5597 vsize=113256 memory=504 CPUtime=0 cores=1,3,5,7
/proc/5650/stat : 5650 (bash) D 5597 5597 5532 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 1 0 472678350 115974144 126 33554432000 4194304 5098028 140736417205232 140736417198024 140470790763893 0 0 4096 65538 18446744072101662244 0 0 17 5 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5650/statm: 28314 126 43 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226512 KiB
Current children cumulated memory: 2068 KiB

[startup+0.70053 s]
/proc/loadavg: 0.32 0.08 0.07 1/206 5658
/proc/meminfo: memFree=192632/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/5597/stat : 5597 (bash) S 5594 5597 5532 0 -1 4202496 885 5677 1 1 0 0 0 1 20 0 1 0 472678324 115974144 403 33554432000 4194304 5098028 140736417205232 140736417199240 140470790765568 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5597/statm: 28314 403 320 221 0 119 0
[pid=5653] ppid=5597 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/5653/stat : 5653 (bash) S 5597 5597 5532 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472678367 115974144 177 33554432000 4194304 5098028 140736417205232 140736417197912 140470790591100 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5653/statm: 28314 177 94 221 0 119 0
[pid=5655] ppid=5653 vsize=10648 memory=660 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (java) D 5653 5597 5532 0 -1 1077944320 305 0 1 0 0 0 0 0 20 0 1 0 472678367 10903552 165 33554432000 4194304 4196468 140736793289568 140736793267768 140322695109136 0 0 4096 0 18446744072101662244 0 0 17 3 0 0 1 0 0 6293624 6294260 6860800 140736793293948 140736793293962 140736793293962 140736793296847 0
/proc/5655/statm: 2662 165 132 1 0 84 0
[pid=5657] ppid=5653 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/5657/stat : 5657 (awk) S 5653 5597 5532 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 472678367 116211712 242 33554432000 4194304 4609284 140723676327904 140723676327080 140674641472512 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 20475904 140723676329132 140723676329162 140723676329162 140723676332015 0
/proc/5657/statm: 28372 242 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3948 KiB

[startup+1.50061 s]
/proc/loadavg: 0.32 0.08 0.07 1/206 5658
/proc/meminfo: memFree=189276/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/5597/stat : 5597 (bash) S 5594 5597 5532 0 -1 4202496 885 5677 1 1 0 0 0 1 20 0 1 0 472678324 115974144 403 33554432000 4194304 5098028 140736417205232 140736417199240 140470790765568 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5597/statm: 28314 403 320 221 0 119 0
[pid=5653] ppid=5597 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/5653/stat : 5653 (bash) S 5597 5597 5532 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472678367 115974144 177 33554432000 4194304 5098028 140736417205232 140736417197912 140470790591100 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34246656 140736417211393 140736417211521 140736417211521 140736417214446 0
/proc/5653/statm: 28314 177 94 221 0 119 0
[pid=5655] ppid=5653 vsize=107388 memory=5228 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (java) S 5653 5597 5532 0 -1 1077944320 1572 0 2 0 0 0 0 0 20 0 2 0 472678367 109965312 1307 33554432000 4194304 4196468 140736793289568 140736793272112 140322702429943 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 44 0 0 6293624 6294260 6860800 140736793293948 140736793293962 140736793293962 140736793296847 0
/proc/5655/statm: 26847 1307 982 1 0 16808 0
[pid=5657] ppid=5653 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/5657/stat : 5657 (awk) S 5653 5597 5532 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 472678367 116211712 242 33554432000 4194304 4609284 140723676327904 140723676327080 140674641472512 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 20475904 140723676329132 140723676329162 140723676329162 140723676332015 0
/proc/5657/statm: 28372 242 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 447388 KiB
Current children cumulated memory: 8516 KiB

[startup+3.11002 s]
/proc/loadavg: 0.45 0.11 0.08 1/228 5732
/proc/meminfo: memFree=221944/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=10820268 memory=68656 CPUtime=0.9 cores=1,3,5,7
/proc/5597/stat : 5597 (java) S 5594 5597 5532 0 -1 1077944320 16949 13037 2 4 73 7 5 5 20 0 15 0 472678324 11079954432 17164 33554432000 4194304 4196468 140725429163136 140725429145680 139955601370871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
/proc/5597/statm: 2705067 17164 3464 1 0 2667149 0
[pid=5597/tid=5705] ppid=5594 vsize=10820268 memory=1612 CPUtime=0.57 cores=1,3,5,7
/proc/5597/task/5705/stat : 5705 (java) D 5594 5597 5532 0 -1 4202560 12187 13037 0 4 43 4 5 5 20 0 15 0 472678518 11079954432 17164 33554432000 4194304 4196468 140725429163136 139955573203088 139955601392797 0 4 0 16800975 18446744071580419588 0 0 -1 7 0 0 53 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5707] ppid=5594 vsize=10820268 memory=708 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5707/stat : 5707 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678519 11079954432 17164 33554432000 4194304 4196468 140725429163136 139955605613072 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5708] ppid=5594 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5708/stat : 5708 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678519 11079954432 17164 33554432000 4194304 4196468 140725429163136 139955537525392 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5709] ppid=5594 vsize=10820268 memory=13892 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5709/stat : 5709 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678519 11079954432 17164 33554432000 4194304 4196468 140725429163136 139955173460240 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5710] ppid=5594 vsize=10820268 memory=23213 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5710/stat : 5710 (java) S 5594 5597 5532 0 -1 1077944384 2 13037 0 4 0 0 5 5 20 0 15 0 472678519 11079954432 17164 33554432000 4194304 4196468 140725429163136 139955172407696 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5715] ppid=5594 vsize=10820268 memory=-8312670058677691234 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5715/stat : 5715 (java) S 5594 5597 5532 0 -1 1077944384 5 13037 0 4 0 0 5 5 20 0 15 0 472678521 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954671819504 139955601382018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5716] ppid=5594 vsize=10820268 memory=-6667966544890519924 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5716/stat : 5716 (java) S 5594 5597 5532 0 -1 1077944384 13 13037 0 4 0 0 5 5 20 0 15 0 472678521 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954596341408 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5717] ppid=5594 vsize=10820268 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5717/stat : 5717 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678522 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954395014384 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5721] ppid=5594 vsize=10820268 memory=7681407940103534239 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5721/stat : 5721 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678526 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954154723792 139955601389467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5722] ppid=5594 vsize=10820268 memory=-8312670058677691234 CPUtime=0.2 cores=1,3,5,7
/proc/5597/task/5722/stat : 5722 (java) S 5594 5597 5532 0 -1 1077944384 843 13037 1 4 10 0 5 5 20 0 15 0 472678526 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954670766320 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5723] ppid=5594 vsize=10820268 memory=50432 CPUtime=0.16 cores=1,3,5,7
/proc/5597/task/5723/stat : 5723 (java) S 5594 5597 5532 0 -1 1077944384 812 13037 0 4 6 0 5 5 20 0 15 0 472678526 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954669713776 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5724] ppid=5594 vsize=10820268 memory=279430706919984 CPUtime=0.23 cores=1,3,5,7
/proc/5597/task/5724/stat : 5724 (java) S 5594 5597 5532 0 -1 1077944384 875 13037 0 4 12 1 5 5 20 0 15 0 472678526 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954668660720 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5725] ppid=5594 vsize=10820268 memory=8514726395714820750 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5725/stat : 5725 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678527 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954121165152 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5731] ppid=5594 vsize=10820268 memory=-2537689246120445521 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5731/stat : 5731 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678534 11079954432 17164 33554432000 4194304 4196468 140725429163136 139954667609136 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 68656 KiB
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 0.45 0.11 0.08 1/228 5732
/proc/meminfo: memFree=190340/32770624 swapFree=67001712/67108860
[pid=5597] ppid=5594 vsize=10822316 memory=77272 CPUtime=1.13 cores=1,3,5,7
/proc/5597/stat : 5597 (java) S 5594 5597 5532 0 -1 1077944320 19196 13037 2 4 94 9 5 5 20 0 15 0 472678324 11082051584 19318 33554432000 4194304 4196468 140725429163136 140725429145680 139955601370871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
/proc/5597/statm: 2705579 19318 3504 1 0 2667661 0
[pid=5597/tid=5705] ppid=5594 vsize=10822316 memory=72384 CPUtime=0.68 cores=1,3,5,7
/proc/5597/task/5705/stat : 5705 (java) D 5594 5597 5532 0 -1 4202560 14304 13037 0 4 52 6 5 5 20 0 15 0 472678518 11082051584 19318 33554432000 4194304 4196468 140725429163136 139955573199632 139955601392797 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 328 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5707] ppid=5594 vsize=10822316 memory=1224 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5707/stat : 5707 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678519 11082051584 19318 33554432000 4194304 4196468 140725429163136 139955605613072 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5708] ppid=5594 vsize=10822316 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5708/stat : 5708 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678519 11082051584 19318 33554432000 4194304 4196468 140725429163136 139955537525392 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5709] ppid=5594 vsize=10822316 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5709/stat : 5709 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678519 11082051584 19318 33554432000 4194304 4196468 140725429163136 139955173460240 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5710] ppid=5594 vsize=10822316 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5710/stat : 5710 (java) S 5594 5597 5532 0 -1 1077944384 2 13037 0 4 0 0 5 5 20 0 15 0 472678519 11082051584 19318 33554432000 4194304 4196468 140725429163136 139955172407696 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5715] ppid=5594 vsize=10822316 memory=163741333204024 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5715/stat : 5715 (java) S 5594 5597 5532 0 -1 1077944384 5 13037 0 4 0 0 5 5 20 0 15 0 472678521 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954671819504 139955601382018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5716] ppid=5594 vsize=10822316 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5716/stat : 5716 (java) S 5594 5597 5532 0 -1 1077944384 13 13037 0 4 0 0 5 5 20 0 15 0 472678521 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954596341408 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5717] ppid=5594 vsize=10822316 memory=4420 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5717/stat : 5717 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678522 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954395014384 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5721] ppid=5594 vsize=10822316 memory=6628 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5721/stat : 5721 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678526 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954154723792 139955601389467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5722] ppid=5594 vsize=10822316 memory=10 CPUtime=0.23 cores=1,3,5,7
/proc/5597/task/5722/stat : 5722 (java) S 5594 5597 5532 0 -1 1077944384 864 13037 1 4 13 0 5 5 20 0 15 0 472678526 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954670766320 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5723] ppid=5594 vsize=10822316 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5597/task/5723/stat : 5723 (java) S 5594 5597 5532 0 -1 1077944384 844 13037 0 4 10 0 5 5 20 0 15 0 472678526 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954669713776 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5724] ppid=5594 vsize=10822316 memory=288286688357398374 CPUtime=0.27 cores=1,3,5,7
/proc/5597/task/5724/stat : 5724 (java) S 5594 5597 5532 0 -1 1077944384 952 13037 0 4 16 1 5 5 20 0 15 0 472678526 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954668660720 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5725] ppid=5594 vsize=10822316 memory=288230376155155944 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5725/stat : 5725 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678527 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954121165152 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5731] ppid=5594 vsize=10822316 memory=76236 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5731/stat : 5731 (java) S 5594 5597 5532 0 -1 1077944384 1 13037 0 4 0 0 5 5 20 0 15 0 472678534 11082051584 19318 33554432000 4194304 4196468 140725429163136 139954667609136 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77272 KiB
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 0.69 0.17 0.10 9/228 5732
/proc/meminfo: memFree=249152/32770624 swapFree=67001712/67108860

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

/proc/5597/task/5705/stat : 5705 (java) R 5594 5597 5532 0 -1 4202560 1385727 13037 3 4 233504 1426 5 5 20 0 15 0 472678518 11113619456 192050 33554432000 4194304 4196468 140725429163136 139955573205184 139955220476153 0 4 0 16800975 0 0 0 -1 7 0 0 706 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5707] ppid=5594 vsize=10853144 memory=778352 CPUtime=15.21 cores=1,3,5,7
/proc/5597/task/5707/stat : 5707 (java) S 5594 5597 5532 0 -1 1077944384 58478 13037 0 4 1434 77 5 5 20 0 15 0 472678519 11113619456 192050 33554432000 4194304 4196468 140725429163136 139955605613072 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5708] ppid=5594 vsize=10853144 memory=778352 CPUtime=15.19 cores=1,3,5,7
/proc/5597/task/5708/stat : 5708 (java) S 5594 5597 5532 0 -1 1077944384 61928 13037 0 4 1433 76 5 5 20 0 15 0 472678519 11113619456 192050 33554432000 4194304 4196468 140725429163136 139955537525392 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5709] ppid=5594 vsize=10853144 memory=777184 CPUtime=15.27 cores=1,3,5,7
/proc/5597/task/5709/stat : 5709 (java) S 5594 5597 5532 0 -1 1077944384 66235 13037 0 4 1449 68 5 5 20 0 15 0 472678519 11113619456 192050 33554432000 4194304 4196468 140725429163136 139955173460240 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5710] ppid=5594 vsize=10853144 memory=773712 CPUtime=15.19 cores=1,3,5,7
/proc/5597/task/5710/stat : 5710 (java) S 5594 5597 5532 0 -1 1077944384 62006 13037 0 4 1434 75 5 5 20 0 15 0 472678519 11113619456 192050 33554432000 4194304 4196468 140725429163136 139955172407696 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5715] ppid=5594 vsize=10853144 memory=771808 CPUtime=6.55 cores=1,3,5,7
/proc/5597/task/5715/stat : 5715 (java) S 5594 5597 5532 0 -1 1077944384 24687 13037 0 4 575 70 5 5 20 0 15 0 472678521 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954671819504 139955601382018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5716] ppid=5594 vsize=10853144 memory=769244 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5716/stat : 5716 (java) S 5594 5597 5532 0 -1 1077944384 35 13037 0 4 0 0 5 5 20 0 15 0 472678521 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954596341472 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5717] ppid=5594 vsize=10853144 memory=776220 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5717/stat : 5717 (java) S 5594 5597 5532 0 -1 1077944384 19 13037 0 4 0 0 5 5 20 0 15 0 472678522 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954395014400 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5721] ppid=5594 vsize=10853144 memory=10 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5721/stat : 5721 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678526 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954154723792 139955601389467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5722] ppid=5594 vsize=10853144 memory=768732 CPUtime=10.84 cores=1,3,5,7
/proc/5597/task/5722/stat : 5722 (java) S 5594 5597 5532 0 -1 1077944384 71390 13037 1 4 1064 10 5 5 20 0 15 0 472678526 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954670766320 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5723] ppid=5594 vsize=10853144 memory=772836 CPUtime=10.98 cores=1,3,5,7
/proc/5597/task/5723/stat : 5723 (java) S 5594 5597 5532 0 -1 1077944384 75659 13037 0 4 1078 10 5 5 20 0 15 0 472678526 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954669713776 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5724] ppid=5594 vsize=10853144 memory=768200 CPUtime=5.09 cores=1,3,5,7
/proc/5597/task/5724/stat : 5724 (java) S 5594 5597 5532 0 -1 1077944384 70539 13037 0 4 486 13 5 5 20 0 15 0 472678526 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954668660720 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5725] ppid=5594 vsize=10853144 memory=7666373838921294952 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5725/stat : 5725 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678527 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954121165152 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5731] ppid=5594 vsize=10853144 memory=768716 CPUtime=1.53 cores=1,3,5,7
/proc/5597/task/5731/stat : 5731 (java) S 5594 5597 5532 0 -1 1077944384 3142 13037 0 4 59 84 5 5 20 0 15 0 472678534 11113619456 192050 33554432000 4194304 4196468 140725429163136 139954667609136 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
Current children cumulated CPU time: 2444.45 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 768200 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.66 1.55 3/227 5957
/proc/meminfo: memFree=965248/32770624 swapFree=67001716/67108860
[pid=5597] ppid=5594 vsize=10853144 memory=714148 CPUtime=2505.77 cores=1,3,5,7
/proc/5597/stat : 5597 (java) S 5594 5597 5532 0 -1 1077944320 1888545 13037 5 4 248691 1876 5 5 20 0 15 0 472678324 11113619456 178537 33554432000 4194304 4196468 140725429163136 140725429145680 139955601370871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
/proc/5597/statm: 2713286 178537 3645 1 0 2675341 0
[pid=5597/tid=5705] ppid=5594 vsize=10853144 memory=0 CPUtime=2408.74 cores=1,3,5,7
/proc/5597/task/5705/stat : 5705 (java) R 5594 5597 5532 0 -1 4202560 1386816 13037 3 4 239438 1426 5 5 20 0 15 0 472678518 11113619456 178537 33554432000 4194304 4196468 140725429163136 139955573204832 139955212602425 0 4 0 16800975 0 0 0 -1 3 0 0 706 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5707] ppid=5594 vsize=10853144 memory=10 CPUtime=15.65 cores=1,3,5,7
/proc/5597/task/5707/stat : 5707 (java) S 5594 5597 5532 0 -1 1077944384 59123 13037 0 4 1477 78 5 5 20 0 15 0 472678519 11113619456 178537 33554432000 4194304 4196468 140725429163136 139955605613072 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5708] ppid=5594 vsize=10853144 memory=741492 CPUtime=15.62 cores=1,3,5,7
/proc/5597/task/5708/stat : 5708 (java) S 5594 5597 5532 0 -1 1077944384 63881 13037 0 4 1475 77 5 5 20 0 15 0 472678519 11113619456 178537 33554432000 4194304 4196468 140725429163136 139955537525392 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5709] ppid=5594 vsize=10853144 memory=745524 CPUtime=15.71 cores=1,3,5,7
/proc/5597/task/5709/stat : 5709 (java) S 5594 5597 5532 0 -1 1077944384 66952 13037 0 4 1492 69 5 5 20 0 15 0 472678519 11113619456 178537 33554432000 4194304 4196468 140725429163136 139955173460240 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5710] ppid=5594 vsize=10853144 memory=761020 CPUtime=15.62 cores=1,3,5,7
/proc/5597/task/5710/stat : 5710 (java) S 5594 5597 5532 0 -1 1077944384 62810 13037 0 4 1476 76 5 5 20 0 15 0 472678519 11113619456 178537 33554432000 4194304 4196468 140725429163136 139955172407696 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5715] ppid=5594 vsize=10853144 memory=727996 CPUtime=6.73 cores=1,3,5,7
/proc/5597/task/5715/stat : 5715 (java) S 5594 5597 5532 0 -1 1077944384 24721 13037 0 4 591 72 5 5 20 0 15 0 472678521 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954671819504 139955601382018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5716] ppid=5594 vsize=10853144 memory=714660 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5716/stat : 5716 (java) S 5594 5597 5532 0 -1 1077944384 35 13037 0 4 0 0 5 5 20 0 15 0 472678521 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954596341472 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5717] ppid=5594 vsize=10853144 memory=714660 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5717/stat : 5717 (java) S 5594 5597 5532 0 -1 1077944384 19 13037 0 4 0 0 5 5 20 0 15 0 472678522 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954395014400 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5721] ppid=5594 vsize=10853144 memory=724920 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5721/stat : 5721 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678526 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954154723792 139955601389467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5722] ppid=5594 vsize=10853144 memory=725944 CPUtime=10.85 cores=1,3,5,7
/proc/5597/task/5722/stat : 5722 (java) S 5594 5597 5532 0 -1 1077944384 71624 13037 1 4 1065 10 5 5 20 0 15 0 472678526 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954670766320 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5723] ppid=5594 vsize=10853144 memory=724404 CPUtime=10.99 cores=1,3,5,7
/proc/5597/task/5723/stat : 5723 (java) S 5594 5597 5532 0 -1 1077944384 75929 13037 0 4 1079 10 5 5 20 0 15 0 472678526 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954669713776 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5724] ppid=5594 vsize=10853144 memory=724404 CPUtime=5.1 cores=1,3,5,7
/proc/5597/task/5724/stat : 5724 (java) S 5594 5597 5532 0 -1 1077944384 71279 13037 0 4 487 13 5 5 20 0 15 0 472678526 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954668660720 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5725] ppid=5594 vsize=10853144 memory=728528 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5725/stat : 5725 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678527 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954121165152 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5731] ppid=5594 vsize=10853144 memory=896 CPUtime=1.56 cores=1,3,5,7
/proc/5597/task/5731/stat : 5731 (java) S 5594 5597 5532 0 -1 1077944384 3149 13037 0 4 60 86 5 5 20 0 15 0 472678534 11113619456 178537 33554432000 4194304 4196468 140725429163136 139954667609136 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
Current children cumulated CPU time: 2505.77 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 714148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.3 s]
/proc/loadavg: 1.77 1.66 1.55 3/227 5960
/proc/meminfo: memFree=984948/32770624 swapFree=67001716/67108860
[pid=5597] ppid=5594 vsize=10853144 memory=694336 CPUtime=2520.06 cores=1,3,5,7
/proc/5597/stat : 5597 (java) S 5594 5597 5532 0 -1 1077944320 1888895 13037 5 4 250119 1877 5 5 20 0 15 0 472678324 11113619456 173584 33554432000 4194304 4196468 140725429163136 140725429145680 139955601370871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
/proc/5597/statm: 2713286 173584 3645 1 0 2675341 0
[pid=5597/tid=5705] ppid=5594 vsize=10853144 memory=695640 CPUtime=2422.58 cores=1,3,5,7
/proc/5597/task/5705/stat : 5705 (java) R 5594 5597 5532 0 -1 4202560 1386889 13037 3 4 240822 1426 5 5 20 0 15 0 472678518 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955573204848 139955226106078 0 4 0 16800975 0 0 0 -1 3 0 0 706 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5707] ppid=5594 vsize=10853144 memory=704732 CPUtime=15.75 cores=1,3,5,7
/proc/5597/task/5707/stat : 5707 (java) S 5594 5597 5532 0 -1 1077944384 59158 13037 0 4 1487 78 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955605613072 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5708] ppid=5594 vsize=10853144 memory=712608 CPUtime=15.72 cores=1,3,5,7
/proc/5597/task/5708/stat : 5708 (java) S 5594 5597 5532 0 -1 1077944384 63954 13037 0 4 1485 77 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955537525392 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5709] ppid=5594 vsize=10853144 memory=0 CPUtime=15.81 cores=1,3,5,7
/proc/5597/task/5709/stat : 5709 (java) S 5594 5597 5532 0 -1 1077944384 67031 13037 0 4 1502 69 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955173460240 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5710] ppid=5594 vsize=10853144 memory=10 CPUtime=15.72 cores=1,3,5,7
/proc/5597/task/5710/stat : 5710 (java) S 5594 5597 5532 0 -1 1077944384 62893 13037 0 4 1486 76 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955172407696 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5715] ppid=5594 vsize=10853144 memory=741492 CPUtime=6.78 cores=1,3,5,7
/proc/5597/task/5715/stat : 5715 (java) S 5594 5597 5532 0 -1 1077944384 24722 13037 0 4 595 73 5 5 20 0 15 0 472678521 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954671819504 139955601382018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5716] ppid=5594 vsize=10853144 memory=745524 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5716/stat : 5716 (java) S 5594 5597 5532 0 -1 1077944384 35 13037 0 4 0 0 5 5 20 0 15 0 472678521 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954596341472 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5717] ppid=5594 vsize=10853144 memory=761020 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5717/stat : 5717 (java) S 5594 5597 5532 0 -1 1077944384 19 13037 0 4 0 0 5 5 20 0 15 0 472678522 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954395014400 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5721] ppid=5594 vsize=10853144 memory=698576 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5721/stat : 5721 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954154723792 139955601389467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5722] ppid=5594 vsize=10853144 memory=697552 CPUtime=10.85 cores=1,3,5,7
/proc/5597/task/5722/stat : 5722 (java) S 5594 5597 5532 0 -1 1077944384 71626 13037 1 4 1065 10 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954670766320 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5723] ppid=5594 vsize=10853144 memory=694848 CPUtime=10.99 cores=1,3,5,7
/proc/5597/task/5723/stat : 5723 (java) S 5594 5597 5532 0 -1 1077944384 75931 13037 0 4 1079 10 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954669713776 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5724] ppid=5594 vsize=10853144 memory=694848 CPUtime=5.1 cores=1,3,5,7
/proc/5597/task/5724/stat : 5724 (java) S 5594 5597 5532 0 -1 1077944384 71281 13037 0 4 487 13 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954668660720 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5725] ppid=5594 vsize=10853144 memory=772 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5725/stat : 5725 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678527 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954121165152 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5731] ppid=5594 vsize=10853144 memory=1556 CPUtime=1.57 cores=1,3,5,7
/proc/5597/task/5731/stat : 5731 (java) S 5594 5597 5532 0 -1 1077944384 3149 13037 0 4 60 87 5 5 20 0 15 0 472678534 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954667609136 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 694336 KiB

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

[startup+2456.33 s]
# the end of solver process 5597 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2501.27 s, system=18.8405 s

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

[startup+2456.3 s]
/proc/loadavg: 1.77 1.66 1.55 3/227 5960
/proc/meminfo: memFree=984948/32770624 swapFree=67001716/67108860
[pid=5597] ppid=5594 vsize=10853144 memory=694336 CPUtime=2520.06 cores=1,3,5,7
/proc/5597/stat : 5597 (java) S 5594 5597 5532 0 -1 1077944320 1888895 13037 5 4 250119 1877 5 5 20 0 15 0 472678324 11113619456 173584 33554432000 4194304 4196468 140725429163136 140725429145680 139955601370871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
/proc/5597/statm: 2713286 173584 3645 1 0 2675341 0
[pid=5597/tid=5705] ppid=5594 vsize=10853144 memory=695640 CPUtime=2422.58 cores=1,3,5,7
/proc/5597/task/5705/stat : 5705 (java) R 5594 5597 5532 0 -1 4202560 1386889 13037 3 4 240822 1426 5 5 20 0 15 0 472678518 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955573204848 139955226106078 0 4 0 16800975 0 0 0 -1 3 0 0 706 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5707] ppid=5594 vsize=10853144 memory=704732 CPUtime=15.75 cores=1,3,5,7
/proc/5597/task/5707/stat : 5707 (java) S 5594 5597 5532 0 -1 1077944384 59158 13037 0 4 1487 78 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955605613072 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5708] ppid=5594 vsize=10853144 memory=712608 CPUtime=15.72 cores=1,3,5,7
/proc/5597/task/5708/stat : 5708 (java) S 5594 5597 5532 0 -1 1077944384 63954 13037 0 4 1485 77 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955537525392 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5709] ppid=5594 vsize=10853144 memory=0 CPUtime=15.81 cores=1,3,5,7
/proc/5597/task/5709/stat : 5709 (java) S 5594 5597 5532 0 -1 1077944384 67031 13037 0 4 1502 69 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955173460240 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5710] ppid=5594 vsize=10853144 memory=10 CPUtime=15.72 cores=1,3,5,7
/proc/5597/task/5710/stat : 5710 (java) S 5594 5597 5532 0 -1 1077944384 62893 13037 0 4 1486 76 5 5 20 0 15 0 472678519 11113619456 173584 33554432000 4194304 4196468 140725429163136 139955172407696 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5715] ppid=5594 vsize=10853144 memory=741492 CPUtime=6.78 cores=1,3,5,7
/proc/5597/task/5715/stat : 5715 (java) S 5594 5597 5532 0 -1 1077944384 24722 13037 0 4 595 73 5 5 20 0 15 0 472678521 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954671819504 139955601382018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5716] ppid=5594 vsize=10853144 memory=745524 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5716/stat : 5716 (java) S 5594 5597 5532 0 -1 1077944384 35 13037 0 4 0 0 5 5 20 0 15 0 472678521 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954596341472 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5717] ppid=5594 vsize=10853144 memory=761020 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5717/stat : 5717 (java) S 5594 5597 5532 0 -1 1077944384 19 13037 0 4 0 0 5 5 20 0 15 0 472678522 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954395014400 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5721] ppid=5594 vsize=10853144 memory=698576 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5721/stat : 5721 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954154723792 139955601389467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5722] ppid=5594 vsize=10853144 memory=697552 CPUtime=10.85 cores=1,3,5,7
/proc/5597/task/5722/stat : 5722 (java) S 5594 5597 5532 0 -1 1077944384 71626 13037 1 4 1065 10 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954670766320 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5723] ppid=5594 vsize=10853144 memory=694848 CPUtime=10.99 cores=1,3,5,7
/proc/5597/task/5723/stat : 5723 (java) S 5594 5597 5532 0 -1 1077944384 75931 13037 0 4 1079 10 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954669713776 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5724] ppid=5594 vsize=10853144 memory=694848 CPUtime=5.1 cores=1,3,5,7
/proc/5597/task/5724/stat : 5724 (java) S 5594 5597 5532 0 -1 1077944384 71281 13037 0 4 487 13 5 5 20 0 15 0 472678526 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954668660720 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5725] ppid=5594 vsize=10853144 memory=772 CPUtime=0.1 cores=1,3,5,7
/proc/5597/task/5725/stat : 5725 (java) S 5594 5597 5532 0 -1 1077944384 3 13037 0 4 0 0 5 5 20 0 15 0 472678527 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954121165152 139955601381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
[pid=5597/tid=5731] ppid=5594 vsize=10853144 memory=1556 CPUtime=1.57 cores=1,3,5,7
/proc/5597/task/5731/stat : 5731 (java) S 5594 5597 5532 0 -1 1077944384 3149 13037 0 4 60 87 5 5 20 0 15 0 472678534 11113619456 173584 33554432000 4194304 4196468 140725429163136 139954667609136 139955601382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140725429164644 140725429167285 140725429167285 140725429170127 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 694336 KiB

Child status: 143
Real time (s): 2456.33
CPU time (s): 2520.11
CPU user time (s): 2501.27
CPU system time (s): 18.8405
CPU usage (%): 102.597
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2874448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2501.27
system time used= 18.8405
maximum resident set size= 2876592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1903052
page faults= 9
swaps= 0
block input operations= 67448
block output operations= 3208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193220
involuntary context switches= 5737


# summary of solver processes directly reported to runsolver:
#   pid: 5597
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2501.27
#   total CPU system time (s): 18.8405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.987 second user time and 24.1827 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 10:19:55
IDJOB=4402999
IDBENCH=115801
IDSOLVER=2861
FILE ID=node146/4402999-1568967636
RUNJOBID= node146-1568967595-5564
PBS_JOBID= 21704614
Free space on /var/tmp= 13508 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402999-1568967636/watcher-4402999-1568967636 -o /var/tmp/evaluation-result-4402999-1568967636/solver-4402999-1568967636 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402999-1568967636.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=695258949

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:          196524 kB
MemAvailable:   31853092 kB
Buffers:          134092 kB
Cached:         31449248 kB
SwapCached:         3828 kB
Active:         14114268 kB
Inactive:       17472584 kB
Active(anon):       3636 kB
Inactive(anon):    47688 kB
Active(file):   14110632 kB
Inactive(file): 17424896 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001712 kB
Dirty:             23096 kB
Writeback:             0 kB
AnonPages:        112876 kB
Mapped:            51200 kB
Shmem:             38800 kB
Slab:             578644 kB
SReclaimable:     549500 kB
SUnreclaim:        29144 kB
KernelStack:        3408 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node146 at 2019-09-20 11:00:59