Trace number 4403264

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) 2400.07 2353.57

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403264-1568967637/watcher-4403264-1568967637 -o /tmp/evaluation-result-4403264-1568967637/solver-4403264-1568967637 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568967758-23433 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4403264-1568967637.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=23458, runsolver pid=23455

[startup+0.100218 s]*
/proc/loadavg: 0.16 0.05 0.06 5/206 23507
/proc/meminfo: memFree=6150356/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23458/stat : 23458 (bash) S 23455 23458 23401 0 -1 4202496 891 5692 1 1 0 0 0 1 20 0 1 0 473033987 115974144 404 33554432000 4194304 5098028 140733581349760 140733581343768 140699425487872 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23458/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.209822 s]*
/proc/loadavg: 0.16 0.05 0.06 1/204 23519
/proc/meminfo: memFree=6150336/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23458/stat : 23458 (bash) S 23455 23458 23401 0 -1 4202496 891 5692 1 1 0 0 0 1 20 0 1 0 473033987 115974144 404 33554432000 4194304 5098028 140733581349760 140733581343768 140699425487872 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23458/statm: 28314 404 320 221 0 119 0
[pid=23514] ppid=23458 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/23514/stat : 23514 (bash) S 23458 23458 23401 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033998 115974144 178 33554432000 4194304 5098028 140733581349760 140733581342440 140699425313404 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23514/statm: 28314 178 94 221 0 119 0
[pid=23515] ppid=23514 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/23515/stat : 23515 (java) D 23514 23458 23401 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 473033998 303104 1 33554432000 4194304 4196468 140734059283696 140734059280968 140337315858119 0 0 4096 0 18446744072101608996 0 0 17 1 0 0 0 0 0 6293624 6294260 35385344 140734059287692 140734059287706 140734059287706 140734059290575 0
/proc/23515/statm: 74 1 0 1 0 38 0
[pid=23516] ppid=23514 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23516/stat : 23516 (awk) S 23514 23458 23401 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033998 116211712 243 33554432000 4194304 4609284 140723546206080 140723546205256 139936852634624 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 9777152 140723546211516 140723546211546 140723546211546 140723546214383 0
/proc/23516/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.309664 s]*
/proc/loadavg: 0.16 0.05 0.06 1/204 23519
/proc/meminfo: memFree=6150336/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23458/stat : 23458 (bash) S 23455 23458 23401 0 -1 4202496 891 5692 1 1 0 0 0 1 20 0 1 0 473033987 115974144 404 33554432000 4194304 5098028 140733581349760 140733581343768 140699425487872 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23458/statm: 28314 404 320 221 0 119 0
[pid=23514] ppid=23458 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/23514/stat : 23514 (bash) S 23458 23458 23401 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033998 115974144 178 33554432000 4194304 5098028 140733581349760 140733581342440 140699425313404 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23514/statm: 28314 178 94 221 0 119 0
[pid=23515] ppid=23514 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/23515/stat : 23515 (java) D 23514 23458 23401 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 473033998 303104 1 33554432000 4194304 4196468 140734059283696 140734059280968 140337315858119 0 0 4096 0 18446744072101608996 0 0 17 1 0 0 0 0 0 6293624 6294260 35385344 140734059287692 140734059287706 140734059287706 140734059290575 0
/proc/23515/statm: 74 1 0 1 0 38 0
[pid=23516] ppid=23514 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23516/stat : 23516 (awk) S 23514 23458 23401 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033998 116211712 243 33554432000 4194304 4609284 140723546206080 140723546205256 139936852634624 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 9777152 140723546211516 140723546211546 140723546211546 140723546214383 0
/proc/23516/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.700472 s]
/proc/loadavg: 0.16 0.05 0.06 1/204 23519
/proc/meminfo: memFree=6150336/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23458/stat : 23458 (bash) S 23455 23458 23401 0 -1 4202496 891 5692 1 1 0 0 0 1 20 0 1 0 473033987 115974144 404 33554432000 4194304 5098028 140733581349760 140733581343768 140699425487872 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23458/statm: 28314 404 320 221 0 119 0
[pid=23514] ppid=23458 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/23514/stat : 23514 (bash) S 23458 23458 23401 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033998 115974144 178 33554432000 4194304 5098028 140733581349760 140733581342440 140699425313404 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9605120 140733581354004 140733581354129 140733581354129 140733581357038 0
/proc/23514/statm: 28314 178 94 221 0 119 0
[pid=23515] ppid=23514 vsize=100808 memory=4824 CPUtime=0 cores=1,3,5,7
/proc/23515/stat : 23515 (java) S 23514 23458 23401 0 -1 1077944320 1453 0 1 0 0 0 0 0 20 0 2 0 473033998 103227392 1206 33554432000 4194304 4196468 140734059283696 140734059266240 140337313582839 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 35385344 140734059287692 140734059287706 140734059287706 140734059290575 0
/proc/23515/statm: 25202 1206 890 1 0 16800 0
[pid=23516] ppid=23514 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23516/stat : 23516 (awk) S 23514 23458 23401 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033998 116211712 243 33554432000 4194304 4609284 140723546206080 140723546205256 139936852634624 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 9777152 140723546211516 140723546211546 140723546211546 140723546214383 0
/proc/23516/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: 8124 KiB

[startup+1.50036 s]
/proc/loadavg: 0.16 0.05 0.06 1/210 23525
/proc/meminfo: memFree=6137344/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=10355560 memory=22668 CPUtime=0.12 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 4881 13372 1 3 2 1 6 3 20 0 9 0 473033987 10604093440 5667 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2588890 5667 2100 1 0 2551431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22668 KiB

[startup+3.10998 s]
/proc/loadavg: 0.31 0.08 0.07 1/226 23593
/proc/meminfo: memFree=6034164/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=10820268 memory=71064 CPUtime=0.87 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 13890 13372 1 3 73 5 6 3 20 0 15 0 473033987 11079954432 17766 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2705067 17766 3464 1 0 2667149 0
[pid=23458/tid=23560] ppid=23455 vsize=10820268 memory=280403919246144 CPUtime=0.55 cores=1,3,5,7
/proc/23458/task/23560/stat : 23560 (java) D 23455 23458 23401 0 -1 4202560 9396 13372 0 3 43 3 6 3 20 0 15 0 473034131 11079954432 17766 33554432000 4194304 4196468 140725398167056 140130184840528 140130213029021 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 105 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10820268 memory=47640 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034135 11079954432 17766 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10820268 memory=42212 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034135 11079954432 17766 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10820268 memory=780 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034135 11079954432 17766 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10820268 memory=14008 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23571/stat : 23571 (java) S 23455 23458 23401 0 -1 1077944384 2 13372 0 3 0 0 6 3 20 0 15 0 473034135 11079954432 17766 33554432000 4194304 4196468 140725398167056 140130103417872 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23576] ppid=23455 vsize=10820268 memory=27800 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23576/stat : 23576 (java) S 23455 23458 23401 0 -1 1077944384 5 13372 0 3 0 0 6 3 20 0 15 0 473034136 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129484851312 140130213018242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23577] ppid=23455 vsize=10820268 memory=13329 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23577/stat : 23577 (java) S 23455 23458 23401 0 -1 1077944384 13 13372 0 3 0 0 6 3 20 0 15 0 473034136 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129213604640 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23579] ppid=23455 vsize=10820268 memory=4420 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23579/stat : 23579 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034137 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129012278384 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23582] ppid=23455 vsize=10820268 memory=6628 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23582/stat : 23582 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11079954432 17766 33554432000 4194304 4196468 140725398167056 140128771987536 140130213025691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23583] ppid=23455 vsize=10820268 memory=8836 CPUtime=0.16 cores=1,3,5,7
/proc/23458/task/23583/stat : 23583 (java) S 23455 23458 23401 0 -1 1077944384 869 13372 0 3 7 0 6 3 20 0 15 0 473034141 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129483799152 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23584] ppid=23455 vsize=10820268 memory=11044 CPUtime=0.18 cores=1,3,5,7
/proc/23458/task/23584/stat : 23584 (java) S 23455 23458 23401 0 -1 1077944384 669 13372 0 3 9 0 6 3 20 0 15 0 473034141 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129180047856 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23585] ppid=23455 vsize=10820268 memory=13252 CPUtime=0.21 cores=1,3,5,7
/proc/23458/task/23585/stat : 23585 (java) S 23455 23458 23401 0 -1 1077944384 716 13372 0 3 12 0 6 3 20 0 15 0 473034141 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129178995568 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23586] ppid=23455 vsize=10820268 memory=13284 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23586/stat : 23586 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11079954432 17766 33554432000 4194304 4196468 140725398167056 140128738429920 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23592] ppid=23455 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23592/stat : 23592 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034147 11079954432 17766 33554432000 4194304 4196468 140725398167056 140129177942448 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 71064 KiB
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 0.31 0.08 0.07 1/226 23593
/proc/meminfo: memFree=5977880/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=10824440 memory=90428 CPUtime=1.36 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 15904 13372 1 3 120 7 6 3 20 0 15 0 473033987 11084226560 22607 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2706110 22607 3515 1 0 2668173 0
[pid=23458/tid=23560] ppid=23455 vsize=10824440 memory=52932 CPUtime=0.78 cores=1,3,5,7
/proc/23458/task/23560/stat : 23560 (java) D 23455 23458 23401 0 -1 4202560 11087 13372 0 3 64 5 6 3 20 0 15 0 473034131 11084226560 22607 33554432000 4194304 4196468 140725398167056 140130184836104 140130136083410 0 4 0 16800975 18446744071580431491 0 0 -1 5 0 0 348 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10824440 memory=84584 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034135 11084226560 22607 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10824440 memory=30132 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034135 11084226560 22607 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10824440 memory=988 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034135 11084226560 22607 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10824440 memory=2016 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23571/stat : 23571 (java) S 23455 23458 23401 0 -1 1077944384 2 13372 0 3 0 0 6 3 20 0 15 0 473034135 11084226560 22607 33554432000 4194304 4196468 140725398167056 140130103417872 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23576] ppid=23455 vsize=10824440 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23576/stat : 23576 (java) S 23455 23458 23401 0 -1 1077944384 5 13372 0 3 0 0 6 3 20 0 15 0 473034136 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129484851312 140130213018242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23577] ppid=23455 vsize=10824440 memory=52932 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23577/stat : 23577 (java) S 23455 23458 23401 0 -1 1077944384 13 13372 0 3 0 0 6 3 20 0 15 0 473034136 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129213604640 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23579] ppid=23455 vsize=10824440 memory=988 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23579/stat : 23579 (java) S 23455 23458 23401 0 -1 1077944384 1 13372 0 3 0 0 6 3 20 0 15 0 473034137 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129012278384 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23582] ppid=23455 vsize=10824440 memory=2016 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23582/stat : 23582 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11084226560 22607 33554432000 4194304 4196468 140725398167056 140128771987536 140130213025691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23583] ppid=23455 vsize=10824440 memory=33 CPUtime=0.23 cores=1,3,5,7
/proc/23458/task/23583/stat : 23583 (java) S 23455 23458 23401 0 -1 1077944384 916 13372 0 3 14 0 6 3 20 0 15 0 473034141 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129483799152 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23584] ppid=23455 vsize=10824440 memory=56 CPUtime=0.26 cores=1,3,5,7
/proc/23458/task/23584/stat : 23584 (java) S 23455 23458 23401 0 -1 1077944384 727 13372 0 3 17 0 6 3 20 0 15 0 473034141 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129180047856 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23585] ppid=23455 vsize=10824440 memory=-7533511066075828572 CPUtime=0.31 cores=1,3,5,7
/proc/23458/task/23585/stat : 23585 (java) S 23455 23458 23401 0 -1 1077944384 933 13372 0 3 22 0 6 3 20 0 15 0 473034141 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129178995568 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23586] ppid=23455 vsize=10824440 memory=-7522837583061805196 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23586/stat : 23586 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11084226560 22607 33554432000 4194304 4196468 140725398167056 140128738429920 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23592] ppid=23455 vsize=10824440 memory=-9001733975035308135 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23592/stat : 23592 (java) S 23455 23458 23401 0 -1 1077944384 2 13372 0 3 0 0 6 3 20 0 15 0 473034147 11084226560 22607 33554432000 4194304 4196468 140725398167056 140129177942448 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10824440 KiB
Current children cumulated memory: 90428 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.49 0.13 0.08 3/226 23593
/proc/meminfo: memFree=5208416/32770624 swapFree=66938576/67108860
[pid=23458] ppid=23455 vsize=10842892 memory=431524 CPUtime=13.34 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 42117 13372 4 3 1297 28 6 3 20 0 15 0 473033987 11103121408 107881 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2710723 107881 3622 1 0 2672781 0
[pid=23458/tid=23560] ppid=23455 vsize=10842892 memory=431524 CPUtime=6.42 cores=1,3,5,7
/proc/23458/task/23560/stat : 23560 (java) R 23455 23458 23401 0 -1 4202560 21750 13372 2 3 624 9 6 3 20 0 15 0 473034131 11103121408 107881 33554432000 4194304 4196468 140725398167056 140130184839968 140129782828836 0 4 0 16800975 0 0 0 -1 5 0 0 417 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10842892 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 173 13372 0 3 10 2 6 3 20 0 15 0 473034135 11103121408 107881 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10842892 memory=17609365916656 CPUtime=0.2 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 461 13372 0 3 9 2 6 3 20 0 15 0 473034135 11103121408 107881 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10842892 memory=8027497463804417895 CPUtime=0.21 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 179 13372 0 3 10 2 6 3 20 0 15 0 473034135 11103121408 107881 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10842892 memory=7589523503815746152 CPUtime=0.21 cores=1,3,5,7

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

/proc/23458/task/23560/stat : 23560 (java) R 23455 23458 23401 0 -1 4202560 125391 13372 2 3 224337 82 6 3 20 0 15 0 473034131 11109412864 498661 33554432000 4194304 4196468 140725398167056 140130184839568 140129787552251 0 4 0 16800975 0 0 0 -1 5 0 0 417 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10849036 memory=1998236 CPUtime=9.66 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 29356 13372 0 3 916 41 6 3 20 0 15 0 473034135 11109412864 498661 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10849036 memory=0 CPUtime=9.67 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 24790 13372 0 3 916 42 6 3 20 0 15 0 473034135 11109412864 498661 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10849036 memory=1996184 CPUtime=9.68 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 18666 13372 0 3 917 42 6 3 20 0 15 0 473034135 11109412864 498661 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10849036 memory=1998236 CPUtime=9.66 cores=1,3,5,7
/proc/23458/task/23571/stat : 23571 (java) S 23455 23458 23401 0 -1 1077944384 23114 13372 0 3 915 42 6 3 20 0 15 0 473034135 11109412864 498661 33554432000 4194304 4196468 140725398167056 140130103417872 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23576] ppid=23455 vsize=10849036 memory=1998236 CPUtime=1.8 cores=1,3,5,7
/proc/23458/task/23576/stat : 23576 (java) S 23455 23458 23401 0 -1 1077944384 34173 13372 0 3 145 26 6 3 20 0 15 0 473034136 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129484851312 140130213018242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23577] ppid=23455 vsize=10849036 memory=2004904 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23577/stat : 23577 (java) S 23455 23458 23401 0 -1 1077944384 43 13372 0 3 0 0 6 3 20 0 15 0 473034136 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129213604768 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23579] ppid=23455 vsize=10849036 memory=2006444 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23579/stat : 23579 (java) S 23455 23458 23401 0 -1 1077944384 52 13372 0 3 0 0 6 3 20 0 15 0 473034137 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129012278400 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23582] ppid=23455 vsize=10849036 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23582/stat : 23582 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 498661 33554432000 4194304 4196468 140725398167056 140128771987536 140130213025691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23583] ppid=23455 vsize=10849036 memory=52972 CPUtime=9.84 cores=1,3,5,7
/proc/23458/task/23583/stat : 23583 (java) S 23455 23458 23401 0 -1 1077944384 45658 13372 0 3 969 6 6 3 20 0 15 0 473034141 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129483799152 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23584] ppid=23455 vsize=10849036 memory=6791534058613427641 CPUtime=9.51 cores=1,3,5,7
/proc/23458/task/23584/stat : 23584 (java) S 23455 23458 23401 0 -1 1077944384 38247 13372 1 3 937 5 6 3 20 0 15 0 473034141 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129180047856 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23585] ppid=23455 vsize=10849036 memory=2016 CPUtime=2.89 cores=1,3,5,7
/proc/23458/task/23585/stat : 23585 (java) S 23455 23458 23401 0 -1 1077944384 54055 13372 0 3 271 9 6 3 20 0 15 0 473034141 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129178995568 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23586] ppid=23455 vsize=10849036 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23586/stat : 23586 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 498661 33554432000 4194304 4196468 140725398167056 140128738429920 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23592] ppid=23455 vsize=10849036 memory=6655300316396806240 CPUtime=1.53 cores=1,3,5,7
/proc/23458/task/23592/stat : 23592 (java) S 23455 23458 23401 0 -1 1077944384 1404 13372 0 3 64 80 6 3 20 0 15 0 473034147 11109412864 498661 33554432000 4194304 4196468 140725398167056 140129177942448 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
Current children cumulated CPU time: 2307.82 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1994644 KiB

[startup+2322.3 s]
/proc/loadavg: 1.83 1.67 1.53 3/226 23833
/proc/meminfo: memFree=1794492/32770624 swapFree=66938612/67108860
[pid=23458] ppid=23455 vsize=10849036 memory=1941292 CPUtime=2368.46 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 399924 13372 4 3 236471 366 6 3 20 0 15 0 473033987 11109412864 485323 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2712259 485323 3640 1 0 2674317 0
[pid=23458/tid=23560] ppid=23455 vsize=10849036 memory=1953092 CPUtime=2304.03 cores=1,3,5,7
/proc/23458/task/23560/stat : 23560 (java) R 23455 23458 23401 0 -1 4202560 126977 13372 2 3 230311 83 6 3 20 0 15 0 473034131 11109412864 485323 33554432000 4194304 4196468 140725398167056 140130184839280 140129775026935 0 4 0 16800975 0 0 0 -1 1 0 0 417 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10849036 memory=1966944 CPUtime=9.87 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 29607 13372 0 3 937 41 6 3 20 0 15 0 473034135 11109412864 485323 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10849036 memory=1955656 CPUtime=9.87 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 24985 13372 0 3 936 42 6 3 20 0 15 0 473034135 11109412864 485323 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10849036 memory=1951552 CPUtime=9.89 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 19043 13372 0 3 938 42 6 3 20 0 15 0 473034135 11109412864 485323 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10849036 memory=1947964 CPUtime=9.87 cores=1,3,5,7
/proc/23458/task/23571/stat : 23571 (java) S 23455 23458 23401 0 -1 1077944384 23226 13372 0 3 936 42 6 3 20 0 15 0 473034135 11109412864 485323 33554432000 4194304 4196468 140725398167056 140130103417872 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23576] ppid=23455 vsize=10849036 memory=1941292 CPUtime=1.84 cores=1,3,5,7
/proc/23458/task/23576/stat : 23576 (java) S 23455 23458 23401 0 -1 1077944384 34388 13372 0 3 148 27 6 3 20 0 15 0 473034136 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129484851312 140130213018242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23577] ppid=23455 vsize=10849036 memory=68 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23577/stat : 23577 (java) S 23455 23458 23401 0 -1 1077944384 43 13372 0 3 0 0 6 3 20 0 15 0 473034136 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129213604768 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23579] ppid=23455 vsize=10849036 memory=27840 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23579/stat : 23579 (java) S 23455 23458 23401 0 -1 1077944384 52 13372 0 3 0 0 6 3 20 0 15 0 473034137 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129012278400 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23582] ppid=23455 vsize=10849036 memory=1941292 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23582/stat : 23582 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 485323 33554432000 4194304 4196468 140725398167056 140128771987536 140130213025691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23583] ppid=23455 vsize=10849036 memory=3620 CPUtime=9.84 cores=1,3,5,7
/proc/23458/task/23583/stat : 23583 (java) S 23455 23458 23401 0 -1 1077944384 45660 13372 0 3 969 6 6 3 20 0 15 0 473034141 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129483799152 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23584] ppid=23455 vsize=10849036 memory=1941292 CPUtime=9.51 cores=1,3,5,7
/proc/23458/task/23584/stat : 23584 (java) S 23455 23458 23401 0 -1 1077944384 38249 13372 1 3 937 5 6 3 20 0 15 0 473034141 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129180047856 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23585] ppid=23455 vsize=10849036 memory=3620 CPUtime=2.89 cores=1,3,5,7
/proc/23458/task/23585/stat : 23585 (java) S 23455 23458 23401 0 -1 1077944384 54057 13372 0 3 271 9 6 3 20 0 15 0 473034141 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129178995568 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23586] ppid=23455 vsize=10849036 memory=1941292 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23586/stat : 23586 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 485323 33554432000 4194304 4196468 140725398167056 140128738429920 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23592] ppid=23455 vsize=10849036 memory=12024 CPUtime=1.56 cores=1,3,5,7
/proc/23458/task/23592/stat : 23592 (java) S 23455 23458 23401 0 -1 1077944384 1422 13372 0 3 65 82 6 3 20 0 15 0 473034147 11109412864 485323 33554432000 4194304 4196468 140725398167056 140129177942448 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
Current children cumulated CPU time: 2368.46 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1941292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.5 s]
/proc/loadavg: 1.75 1.67 1.53 3/226 23836
/proc/meminfo: memFree=1819260/32770624 swapFree=66938612/67108860
[pid=23458] ppid=23455 vsize=10849036 memory=1917184 CPUtime=2400 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 401683 13372 4 3 239623 368 6 3 20 0 15 0 473033987 11109412864 479296 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2712259 479296 3640 1 0 2674317 0
[pid=23458/tid=23560] ppid=23455 vsize=10849036 memory=1926928 CPUtime=2335.1 cores=1,3,5,7
/proc/23458/task/23560/stat : 23560 (java) S 23455 23458 23401 0 -1 1077944384 127691 13372 2 3 233418 83 6 3 20 0 15 0 473034131 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130184839168 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 417 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10849036 memory=1926928 CPUtime=9.97 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 29793 13372 0 3 947 41 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10849036 memory=1921288 CPUtime=9.98 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 25270 13372 0 3 947 42 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10849036 memory=1921288 CPUtime=10 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 19297 13372 0 3 949 42 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10849036 memory=1917184 CPUtime=9.98 cores=1,3,5,7
/proc/23458/task/23571/stat : 23571 (java) S 23455 23458 23401 0 -1 1077944384 23325 13372 0 3 947 42 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130103417872 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23576] ppid=23455 vsize=10849036 memory=1921288 CPUtime=1.85 cores=1,3,5,7
/proc/23458/task/23576/stat : 23576 (java) R 23455 23458 23401 0 -1 4202560 34587 13372 0 3 149 27 6 3 20 0 15 0 473034136 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129484849824 140130213028442 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23577] ppid=23455 vsize=10849036 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23577/stat : 23577 (java) S 23455 23458 23401 0 -1 1077944384 43 13372 0 3 0 0 6 3 20 0 15 0 473034136 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129213604768 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23579] ppid=23455 vsize=10849036 memory=1921288 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23579/stat : 23579 (java) S 23455 23458 23401 0 -1 1077944384 52 13372 0 3 0 0 6 3 20 0 15 0 473034137 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129012278400 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23582] ppid=23455 vsize=10849036 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23582/stat : 23582 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140128771987536 140130213025691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23583] ppid=23455 vsize=10849036 memory=1919748 CPUtime=9.84 cores=1,3,5,7
/proc/23458/task/23583/stat : 23583 (java) S 23455 23458 23401 0 -1 1077944384 45662 13372 0 3 969 6 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129483799152 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23584] ppid=23455 vsize=10849036 memory=1919748 CPUtime=9.51 cores=1,3,5,7
/proc/23458/task/23584/stat : 23584 (java) S 23455 23458 23401 0 -1 1077944384 38251 13372 1 3 937 5 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129180047856 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23585] ppid=23455 vsize=10849036 memory=1922824 CPUtime=2.89 cores=1,3,5,7
/proc/23458/task/23585/stat : 23585 (java) S 23455 23458 23401 0 -1 1077944384 54059 13372 0 3 271 9 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129178995568 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23586] ppid=23455 vsize=10849036 memory=1922824 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23586/stat : 23586 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140128738429920 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23592] ppid=23455 vsize=10849036 memory=3620 CPUtime=1.58 cores=1,3,5,7
/proc/23458/task/23592/stat : 23592 (java) S 23455 23458 23401 0 -1 1077944384 1438 13372 0 3 66 83 6 3 20 0 15 0 473034147 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129177942448 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1917184 KiB

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

[startup+2353.57 s]
# the end of solver process 23458 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.34 s, system=3.73271 s

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

[startup+2353.5 s]
/proc/loadavg: 1.75 1.67 1.53 3/226 23836
/proc/meminfo: memFree=1819260/32770624 swapFree=66938612/67108860
[pid=23458] ppid=23455 vsize=10849036 memory=1917184 CPUtime=2400 cores=1,3,5,7
/proc/23458/stat : 23458 (java) S 23455 23458 23401 0 -1 1077944320 401683 13372 4 3 239623 368 6 3 20 0 15 0 473033987 11109412864 479296 33554432000 4194304 4196468 140725398167056 140725398149600 140130213007095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
/proc/23458/statm: 2712259 479296 3640 1 0 2674317 0
[pid=23458/tid=23560] ppid=23455 vsize=10849036 memory=1926928 CPUtime=2335.1 cores=1,3,5,7
/proc/23458/task/23560/stat : 23560 (java) S 23455 23458 23401 0 -1 1077944384 127691 13372 2 3 233418 83 6 3 20 0 15 0 473034131 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130184839168 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 417 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23568] ppid=23455 vsize=10849036 memory=1926928 CPUtime=9.97 cores=1,3,5,7
/proc/23458/task/23568/stat : 23568 (java) S 23455 23458 23401 0 -1 1077944384 29793 13372 0 3 947 41 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130217249680 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23569] ppid=23455 vsize=10849036 memory=1921288 CPUtime=9.98 cores=1,3,5,7
/proc/23458/task/23569/stat : 23569 (java) S 23455 23458 23401 0 -1 1077944384 25270 13372 0 3 947 42 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130105522960 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23570] ppid=23455 vsize=10849036 memory=1921288 CPUtime=10 cores=1,3,5,7
/proc/23458/task/23570/stat : 23570 (java) S 23455 23458 23401 0 -1 1077944384 19297 13372 0 3 949 42 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130104470672 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23571] ppid=23455 vsize=10849036 memory=1917184 CPUtime=9.98 cores=1,3,5,7
/proc/23458/task/23571/stat : 23571 (java) S 23455 23458 23401 0 -1 1077944384 23325 13372 0 3 947 42 6 3 20 0 15 0 473034135 11109412864 479296 33554432000 4194304 4196468 140725398167056 140130103417872 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23576] ppid=23455 vsize=10849036 memory=1921288 CPUtime=1.85 cores=1,3,5,7
/proc/23458/task/23576/stat : 23576 (java) R 23455 23458 23401 0 -1 4202560 34587 13372 0 3 149 27 6 3 20 0 15 0 473034136 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129484849824 140130213028442 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23577] ppid=23455 vsize=10849036 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23577/stat : 23577 (java) S 23455 23458 23401 0 -1 1077944384 43 13372 0 3 0 0 6 3 20 0 15 0 473034136 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129213604768 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23579] ppid=23455 vsize=10849036 memory=1921288 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23579/stat : 23579 (java) S 23455 23458 23401 0 -1 1077944384 52 13372 0 3 0 0 6 3 20 0 15 0 473034137 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129012278400 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23582] ppid=23455 vsize=10849036 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23582/stat : 23582 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140128771987536 140130213025691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23583] ppid=23455 vsize=10849036 memory=1919748 CPUtime=9.84 cores=1,3,5,7
/proc/23458/task/23583/stat : 23583 (java) S 23455 23458 23401 0 -1 1077944384 45662 13372 0 3 969 6 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129483799152 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23584] ppid=23455 vsize=10849036 memory=1919748 CPUtime=9.51 cores=1,3,5,7
/proc/23458/task/23584/stat : 23584 (java) S 23455 23458 23401 0 -1 1077944384 38251 13372 1 3 937 5 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129180047856 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23585] ppid=23455 vsize=10849036 memory=1922824 CPUtime=2.89 cores=1,3,5,7
/proc/23458/task/23585/stat : 23585 (java) S 23455 23458 23401 0 -1 1077944384 54059 13372 0 3 271 9 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129178995568 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23586] ppid=23455 vsize=10849036 memory=1922824 CPUtime=0.09 cores=1,3,5,7
/proc/23458/task/23586/stat : 23586 (java) S 23455 23458 23401 0 -1 1077944384 3 13372 0 3 0 0 6 3 20 0 15 0 473034141 11109412864 479296 33554432000 4194304 4196468 140725398167056 140128738429920 140130213017301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
[pid=23458/tid=23592] ppid=23455 vsize=10849036 memory=3620 CPUtime=1.58 cores=1,3,5,7
/proc/23458/task/23592/stat : 23592 (java) S 23455 23458 23401 0 -1 1077944384 1438 13372 0 3 66 83 6 3 20 0 15 0 473034147 11109412864 479296 33554432000 4194304 4196468 140725398167056 140129177942448 140130213018242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32804864 140725398174447 140725398176965 140725398176965 140725398179791 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1917184 KiB

Child status: 143
Real time (s): 2353.57
CPU time (s): 2400.07
CPU user time (s): 2396.34
CPU system time (s): 3.73271
CPU usage (%): 101.976
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 3214308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.34
system time used= 3.73271
maximum resident set size= 3216400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416498
page faults= 7
swaps= 0
block input operations= 50200
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86073
involuntary context switches= 2818


# summary of solver processes directly reported to runsolver:
#   pid: 23458
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.34
#   total CPU system time (s): 3.73271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6323 second user time and 20.9953 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 10:22:39
IDJOB=4403264
IDBENCH=115768
IDSOLVER=2862
FILE ID=node139/4403264-1568967637
RUNJOBID= node139-1568967758-23433
PBS_JOBID= 21704618
Free space on /tmp= 5088 MiB

SOLVER NAME= Concrete 3.12.3
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-4403264-1568967637/watcher-4403264-1568967637 -o /tmp/evaluation-result-4403264-1568967637/solver-4403264-1568967637 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568967758-23433 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4403264-1568967637.xml

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

MD5SUM BENCH= 4cb8aacd6a4a2864e81512910dbfacc0
RANDOM SEED=1455309010

node139.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.57
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.57
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.57
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.57
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:         6154300 kB
MemAvailable:   31797160 kB
Buffers:          120376 kB
Cached:         25344032 kB
SwapCached:        65320 kB
Active:         12750256 kB
Inactive:       12781312 kB
Active(anon):       5204 kB
Inactive(anon):   107740 kB
Active(file):   12745052 kB
Inactive(file): 12673572 kB
Unevictable:      108880 kB
Mlocked:          108880 kB
SwapTotal:      67108860 kB
SwapFree:       66938576 kB
Dirty:             17988 kB
Writeback:           256 kB
AnonPages:        112488 kB
Mapped:            50688 kB
Shmem:             36980 kB
Slab:             680908 kB
SReclaimable:     652696 kB
SUnreclaim:        28212 kB
KernelStack:        3376 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501544 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5016 MiB
End job on node139 at 2019-09-20 11:01:59