Trace number 4259406

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.4? (TO) 257.60901 219.62199

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-08.xml
MD5SUM52402e3ba0658144258f494f3b2bc7f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark257.72198
Satisfiable
(Un)Satisfiability was proved
Number of variables883
Number of constraints150
Number of domains2
Minimum domain size79
Maximum domain size148
Distribution of domain sizes[{"size":79,"count":882},{"size":148,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":735},{"degree":4,"count":147}]
Minimum constraint arity6
Maximum constraint arity882
Distribution of constraint arities[{"arity":6,"count":147},{"arity":148,"count":1},{"arity":882,"count":2}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.40/2.21	c Concrete v3.4 running
257.27/219.58	java.util.concurrent.TimeoutException
257.27/219.58		at concrete.MAC.mac(MAC.scala:74)
257.27/219.58		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
257.27/219.58		at scala.util.Try$.apply(Try.scala:209)
257.27/219.58		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
257.27/219.58		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
257.27/219.58		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
257.27/219.58		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
257.27/219.58		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
257.27/219.58		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
257.27/219.58		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
257.27/219.58		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
257.27/219.58		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
257.27/219.58		at concrete.MAC.oneRun(MAC.scala:146)
257.27/219.58		at concrete.MAC.nextSolution(MAC.scala:166)
257.27/219.58		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
257.27/219.58		at concrete.ProblemState.map(ProblemState.scala:203)
257.27/219.58		at concrete.ProblemState.map(ProblemState.scala:188)
257.27/219.58		at concrete.MAC.nextSolution(MAC.scala:195)
257.27/219.58		at concrete.Solver.hasNext(Solver.scala:202)
257.27/219.58		at scala.collection.Iterator.toStream(Iterator.scala:1403)
257.27/219.58		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
257.27/219.58		at concrete.Solver.toStream(Solver.scala:73)
257.27/219.58		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
257.27/219.58		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
257.27/219.58		at concrete.Solver.toIterable(Solver.scala:73)
257.27/219.58		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
257.27/219.58		at scala.util.Success.$anonfun$map$1(Try.scala:251)
257.27/219.58		at scala.util.Success.map(Try.scala:209)
257.27/219.58		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
257.27/219.58		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
257.27/219.58		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
257.27/219.58		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
257.27/219.58		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
257.27/219.58		at scala.Function0.apply$mcV$sp(Function0.scala:34)
257.27/219.58		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
257.27/219.58		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
257.27/219.58		at scala.App.$anonfun$main$1$adapted(App.scala:76)
257.27/219.58		at scala.collection.immutable.List.foreach(List.scala:389)
257.27/219.58		at scala.App.main(App.scala:76)
257.27/219.58		at scala.App.main$(App.scala:74)
257.27/219.58		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
257.27/219.58		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
257.27/219.59	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 (10609 MiB free)
  memory of node 1: 16384 MiB (15435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259406-1502648994/watcher-4259406-1502648994 -o /tmp/evaluation-result-4259406-1502648994/solver-4259406-1502648994 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259406-1502648994.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=1023, runsolver pid=1020

[startup+0.100157 s]*
/proc/loadavg: 1.79 2.03 2.01 2/199 1024
/proc/meminfo: memFree=26669992/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=9508 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/1023/stat : 1023 (bash) S 1020 1023 8289 0 -1 4202496 653 0 0 0 0 0 0 0 20 0 1 0 112714557 9736192 351 18446744073709551615 4194304 5098028 140721162987952 140721162985592 139919809530880 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 13099008 140721162994164 140721162994249 140721162994249 140721162997738 0
/proc/1023/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9508 KiB
Current children cumulated memory: 1404 KiB

[startup+0.209623 s]*
/proc/loadavg: 1.79 2.03 2.01 2/215 1079
/proc/meminfo: memFree=26656108/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=9636 memory=1512 CPUtime=0.01 cores=1,3,5,7
/proc/1023/stat : 1023 (bash) S 1020 1023 8289 0 -1 4202496 899 6486 0 0 0 0 0 1 20 0 1 0 112714557 9867264 378 18446744073709551615 4194304 5098028 140721162987952 140721162981960 139919809530880 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 10 0 0 7196144 7232144 13099008 140721162994164 140721162994249 140721162994249 140721162997738 0
/proc/1023/statm: 2409 378 297 221 0 118 0
[pid=1064] ppid=1023 vsize=9636 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1064/stat : 1064 (bash) S 1023 1023 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112714569 9867264 177 18446744073709551615 4194304 5098028 140721162987952 140721162980632 139919809356412 0 65536 1 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13099008 140721162994164 140721162994249 140721162994249 140721162997738 0
/proc/1064/statm: 2409 177 96 221 0 118 0
[pid=1065] ppid=1064 vsize=10485312 memory=23612 CPUtime=0.05 cores=1,3,5,7
/proc/1065/stat : 1065 (java) S 1064 1023 8289 0 -1 1077944320 4851 0 0 0 4 1 0 0 20 0 14 0 112714569 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 140722935789680 139826259857143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
/proc/1065/statm: 2621328 5903 2569 1 0 2610825 0
[pid=1065/tid=1067] ppid=1064 vsize=10485312 memory=7022364594140610616 CPUtime=0.04 cores=1,3,5,7
/proc/1065/task/1067/stat : 1067 (java) D 1064 1023 8289 0 -1 4202560 2981 0 0 0 3 1 0 0 20 0 14 0 112714569 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139826264094624 139826259879165 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1068] ppid=1064 vsize=10485312 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1068/stat : 1068 (java) S 1064 1023 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112714570 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139826220755984 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1069] ppid=1064 vsize=10485312 memory=139935440845141 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1069/stat : 1069 (java) S 1064 1023 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112714570 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139826219703440 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1070] ppid=1064 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1070/stat : 1070 (java) S 1064 1023 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112714570 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139826218650384 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1071] ppid=1064 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1071/stat : 1071 (java) S 1064 1023 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112714570 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825867840400 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1072] ppid=1064 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1072/stat : 1072 (java) S 1064 1023 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112714571 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825823398128 139826259868290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1073] ppid=1064 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1073/stat : 1073 (java) S 1064 1023 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112714572 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825822344352 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1074] ppid=1064 vsize=10485312 memory=139935440029312 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1074/stat : 1074 (java) S 1064 1023 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112714572 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825821291248 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1075] ppid=1064 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1075/stat : 1075 (java) S 1064 1023 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112714574 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825820239824 139826259875739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1076] ppid=1064 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1076/stat : 1076 (java) S 1064 1023 8289 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 112714574 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825819187952 139826259868290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1077] ppid=1064 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1077/stat : 1077 (java) S 1064 1023 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112714574 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825818135408 139826259868290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1078] ppid=1064 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1078/stat : 1078 (java) S 1064 1023 8289 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 14 0 112714574 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825817082352 139826259868290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1065/tid=1079] ppid=1064 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1065/task/1079/stat : 1079 (java) S 1064 1023 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112714574 10736959488 5903 18446744073709551615 4194304 4196468 140722935807136 139825816030048 139826259867349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140722935812696 140722935812710 140722935812710 140722935816143 0
[pid=1066] ppid=1064 vsize=9872 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (awk) S 1064 1023 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112714569 10108928 243 18446744073709551615 4194304 4609284 140728251492048 140728251491224 140708087372800 0 0 1 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 17895424 140728251499136 140728251499166 140728251499166 140728251502571 0
/proc/1066/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10514456 KiB
Current children cumulated memory: 26804 KiB

[startup+0.310444 s]*
/proc/loadavg: 1.79 2.03 2.01 2/212 1096
/proc/meminfo: memFree=26659164/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=13907308 memory=20712 CPUtime=0.13 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1020 1023 8289 0 -1 1077944320 5500 12668 0 0 5 1 4 3 20 0 14 0 112714557 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140731297100752 140432334937847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
/proc/1023/statm: 3476827 5178 2564 1 0 3466324 0
[pid=1023/tid=1084] ppid=1020 vsize=13907308 memory=4278483708103473607 CPUtime=0.11 cores=1,3,5,7
/proc/1023/task/1084/stat : 1084 (java) D 1020 1023 8289 0 -1 4202560 2753 12668 0 0 4 0 4 3 20 0 14 0 112714580 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140432339175328 140432334959869 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1085] ppid=1020 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1085/stat : 1085 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 14 0 112714581 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140432291903760 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1086] ppid=1020 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1086/stat : 1086 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 14 0 112714581 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140432290851216 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1087] ppid=1020 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1087/stat : 1087 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 14 0 112714581 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140432289798672 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1088] ppid=1020 vsize=13907308 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1088/stat : 1088 (java) S 1020 1023 8289 0 -1 1077944384 2 12668 0 0 0 0 4 3 20 0 14 0 112714581 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140432288746128 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1089] ppid=1020 vsize=13907308 memory=139935440029312 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1089/stat : 1089 (java) S 1020 1023 8289 0 -1 1077944384 2 12668 0 0 0 0 4 3 20 0 14 0 112714582 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431880661488 140432334948994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1090] ppid=1020 vsize=13907308 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 33 12668 0 0 0 0 4 3 20 0 14 0 112714583 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431879607712 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=13907308 memory=139935440029312 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 21 12668 0 0 0 0 4 3 20 0 14 0 112714583 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431878555120 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=13907308 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 14 0 112714586 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 297 12668 0 0 0 0 4 3 20 0 14 0 112714586 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=13907308 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 14 0 112714586 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) S 1020 1023 8289 0 -1 1077944384 228 12668 0 0 0 0 4 3 20 0 14 0 112714586 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431806421232 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 14 0 112714586 14241083392 5178 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 20712 KiB

[startup+0.700768 s]
/proc/loadavg: 1.79 2.03 2.01 3/213 1097
/proc/meminfo: memFree=26631068/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=13974784 memory=57012 CPUtime=0.64 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1020 1023 8289 0 -1 1077944320 13832 12668 0 0 53 4 4 3 20 0 15 0 112714557 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140731297100752 140432334937847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
/proc/1023/statm: 3493696 14253 3123 1 0 3482965 0
[pid=1023/tid=1084] ppid=1020 vsize=13974784 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/1023/task/1084/stat : 1084 (java) R 1020 1023 8289 0 -1 4202560 10179 12668 0 0 39 2 4 3 20 0 15 0 112714580 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140432339149632 140432319018334 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1085] ppid=1020 vsize=13974784 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1085/stat : 1085 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 15 0 112714581 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140432291903760 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1086] ppid=1020 vsize=13974784 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1086/stat : 1086 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 15 0 112714581 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140432290851216 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1087] ppid=1020 vsize=13974784 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1087/stat : 1087 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 15 0 112714581 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140432289798672 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1088] ppid=1020 vsize=13974784 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1088/stat : 1088 (java) S 1020 1023 8289 0 -1 1077944384 2 12668 0 0 0 0 4 3 20 0 15 0 112714581 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140432288746128 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1089] ppid=1020 vsize=13974784 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1089/stat : 1089 (java) S 1020 1023 8289 0 -1 1077944384 5 12668 0 0 0 0 4 3 20 0 15 0 112714582 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431880661488 140432334948994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1090] ppid=1020 vsize=13974784 memory=11136 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 33 12668 0 0 0 0 4 3 20 0 15 0 112714583 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431879607712 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=13974784 memory=5788 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 21 12668 0 0 0 0 4 3 20 0 15 0 112714583 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431878555120 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=13974784 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=13974784 memory=1436 CPUtime=0.1 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 622 12668 0 0 3 0 4 3 20 0 15 0 112714586 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) R 1020 1023 8289 0 -1 4202560 217 12668 0 0 2 0 4 3 20 0 15 0 112714586 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432327174974 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=13974784 memory=26 CPUtime=0.15 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) R 1020 1023 8289 0 -1 4202560 594 12668 0 0 8 0 4 3 20 0 15 0 112714586 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431806421232 140432313564224 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1097] ppid=1020 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1097/stat : 1097 (java) S 1020 1023 8289 0 -1 1077944384 1 12668 0 0 0 0 4 3 20 0 15 0 112714590 14310178816 14253 18446744073709551615 4194304 4196468 140731297118208 140431804316464 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 57012 KiB

[startup+1.50158 s]
/proc/loadavg: 1.79 2.03 2.01 3/213 1097
/proc/meminfo: memFree=26589728/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=13985408 memory=144196 CPUtime=1.85 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1020 1023 8289 0 -1 1077944320 28244 12668 0 0 170 8 4 3 20 0 15 0 112714557 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140731297100752 140432334937847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
/proc/1023/statm: 3496352 36049 3342 1 0 3485525 0
[pid=1023/tid=1084] ppid=1020 vsize=13985408 memory=8194 CPUtime=1.28 cores=1,3,5,7
/proc/1023/task/1084/stat : 1084 (java) S 1020 1023 8289 0 -1 1077944384 22696 12668 0 0 116 5 4 3 20 0 15 0 112714580 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140432339153520 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1085] ppid=1020 vsize=13985408 memory=1004982 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1085/stat : 1085 (java) S 1020 1023 8289 0 -1 1077944384 29 12668 0 0 0 0 4 3 20 0 15 0 112714581 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140432291903760 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1086] ppid=1020 vsize=13985408 memory=8881 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1086/stat : 1086 (java) S 1020 1023 8289 0 -1 1077944384 187 12668 0 0 0 0 4 3 20 0 15 0 112714581 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140432290851216 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1087] ppid=1020 vsize=13985408 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1087/stat : 1087 (java) S 1020 1023 8289 0 -1 1077944384 47 12668 0 0 0 0 4 3 20 0 15 0 112714581 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140432289798672 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1088] ppid=1020 vsize=13985408 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1088/stat : 1088 (java) S 1020 1023 8289 0 -1 1077944384 33 12668 0 0 0 0 4 3 20 0 15 0 112714581 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140432288746128 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1089] ppid=1020 vsize=13985408 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1089/stat : 1089 (java) R 1020 1023 8289 0 -1 4202560 41 12668 0 0 0 0 4 3 20 0 15 0 112714582 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431880659968 140432316585418 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1090] ppid=1020 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 33 12668 0 0 0 0 4 3 20 0 15 0 112714583 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431879607712 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 21 12668 0 0 0 0 4 3 20 0 15 0 112714583 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431878555120 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=13985408 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 1090 12668 0 0 16 0 4 3 20 0 15 0 112714586 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=13985408 memory=4168 CPUtime=0.2 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) S 1020 1023 8289 0 -1 1077944384 560 12668 0 0 13 0 4 3 20 0 15 0 112714586 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=13985408 memory=54592 CPUtime=0.3 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) S 1020 1023 8289 0 -1 1077944384 1339 12668 0 0 22 1 4 3 20 0 15 0 112714586 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431806416608 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=13985408 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1097] ppid=1020 vsize=13985408 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1097/stat : 1097 (java) S 1020 1023 8289 0 -1 1077944384 10 12668 0 0 0 0 4 3 20 0 15 0 112714590 14321057792 36049 18446744073709551615 4194304 4196468 140731297118208 140431804316464 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 144196 KiB

[startup+3.10984 s]
/proc/loadavg: 1.79 2.03 2.01 3/213 1097
/proc/meminfo: memFree=26400868/32770624 swapFree=67108860/67108860

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

[pid=1023/tid=1090] ppid=1020 vsize=14069564 memory=4568208 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 61 12668 0 0 0 0 4 3 20 0 15 0 112714583 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431879607840 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=14069564 memory=4568208 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 55 12668 0 0 0 0 4 3 20 0 15 0 112714583 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431878555136 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=14069564 memory=4568208 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=14069564 memory=4568208 CPUtime=7.48 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 14110 12668 0 0 737 4 4 3 20 0 15 0 112714586 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=14069564 memory=4568208 CPUtime=7.74 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) S 1020 1023 8289 0 -1 1077944384 18514 12668 0 0 765 2 4 3 20 0 15 0 112714586 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=14069564 memory=2007812 CPUtime=2.26 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) S 1020 1023 8289 0 -1 1077944384 14075 12668 0 0 213 6 4 3 20 0 15 0 112714586 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431806421232 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=14069564 memory=139939734996607 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1097] ppid=1020 vsize=14069564 memory=3472328296227681489 CPUtime=0.16 cores=1,3,5,7
/proc/1023/task/1097/stat : 1097 (java) S 1020 1023 8289 0 -1 1077944384 1343 12668 0 0 4 5 4 3 20 0 15 0 112714590 14407233536 1142052 18446744073709551615 4194304 4196468 140731297118208 140431804316464 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 192.85 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4568208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+218.11 s]
/proc/loadavg: 1.77 1.83 1.93 3/213 1234
/proc/meminfo: memFree=25348656/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=14069564 memory=4679460 CPUtime=252.04 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1020 1023 8289 0 -1 1077944320 168235 12668 0 0 24889 308 4 3 20 0 15 0 112714557 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140731297100752 140432334937847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
/proc/1023/statm: 3517391 1169865 3484 1 0 3506005 0
[pid=1023/tid=1084] ppid=1020 vsize=14069564 memory=4679460 CPUtime=212 cores=1,3,5,7
/proc/1023/task/1084/stat : 1084 (java) R 1020 1023 8289 0 -1 4202560 73472 12668 0 0 21142 51 4 3 20 0 15 0 112714580 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140432339168624 140431976797022 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1085] ppid=1020 vsize=14069564 memory=4679460 CPUtime=5.66 cores=1,3,5,7
/proc/1023/task/1085/stat : 1085 (java) S 1020 1023 8289 0 -1 1077944384 3242 12668 0 0 501 58 4 3 20 0 15 0 112714581 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140432291903760 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1086] ppid=1020 vsize=14069564 memory=4679260 CPUtime=5.64 cores=1,3,5,7
/proc/1023/task/1086/stat : 1086 (java) S 1020 1023 8289 0 -1 1077944384 3423 12668 0 0 499 58 4 3 20 0 15 0 112714581 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140432290851216 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1087] ppid=1020 vsize=14069564 memory=4679460 CPUtime=5.67 cores=1,3,5,7
/proc/1023/task/1087/stat : 1087 (java) S 1020 1023 8289 0 -1 1077944384 5108 12668 0 0 500 60 4 3 20 0 15 0 112714581 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140432289798672 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1088] ppid=1020 vsize=14069564 memory=3040 CPUtime=5.58 cores=1,3,5,7
/proc/1023/task/1088/stat : 1088 (java) S 1020 1023 8289 0 -1 1077944384 3297 12668 0 0 494 57 4 3 20 0 15 0 112714581 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140432288746128 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1089] ppid=1020 vsize=14069564 memory=4679280 CPUtime=0.27 cores=1,3,5,7
/proc/1023/task/1089/stat : 1089 (java) S 1020 1023 8289 0 -1 1077944384 25191 12668 0 0 17 3 4 3 20 0 15 0 112714582 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431880661488 140432334948994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1090] ppid=1020 vsize=14069564 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 61 12668 0 0 0 0 4 3 20 0 15 0 112714583 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431879607840 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=14069564 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 55 12668 0 0 0 0 4 3 20 0 15 0 112714583 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431878555136 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=14069564 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=14069564 memory=15876 CPUtime=7.51 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 15102 12668 0 0 740 4 4 3 20 0 15 0 112714586 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=14069564 memory=4064 CPUtime=7.77 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) S 1020 1023 8289 0 -1 1077944384 19636 12668 0 0 768 2 4 3 20 0 15 0 112714586 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=14069564 memory=4679300 CPUtime=2.27 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) S 1020 1023 8289 0 -1 1077944384 16004 12668 0 0 214 6 4 3 20 0 15 0 112714586 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431806421232 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=14069564 memory=4679300 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 15 0 112714586 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1097] ppid=1020 vsize=14069564 memory=4679260 CPUtime=0.2 cores=1,3,5,7
/proc/1023/task/1097/stat : 1097 (java) S 1020 1023 8289 0 -1 1077944384 1484 12668 0 0 6 7 4 3 20 0 15 0 112714590 14407233536 1169865 18446744073709551615 4194304 4196468 140731297118208 140431804316464 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4679460 KiB

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

[startup+219.622 s]
# the end of solver process 1023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.45 s, system=3.15897 s

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

[startup+218.401 s]
/proc/loadavg: 1.77 1.83 1.93 3/213 1234
/proc/meminfo: memFree=25348656/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=14202692 memory=4678144 CPUtime=253.08 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1020 1023 8289 0 -1 1077944320 181834 12668 0 0 24993 308 4 3 20 0 17 0 112714557 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140731297100752 140432334937847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
/proc/1023/statm: 3550673 1169536 3484 1 0 3539287 0
[pid=1023/tid=1084] ppid=1020 vsize=14202692 memory=1436 CPUtime=212.01 cores=1,3,5,7
/proc/1023/task/1084/stat : 1084 (java) S 1020 1023 8289 0 -1 1077944384 74590 12668 0 0 21143 51 4 3 20 0 17 0 112714580 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140432339175520 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1085] ppid=1020 vsize=14202692 memory=1200 CPUtime=5.91 cores=1,3,5,7
/proc/1023/task/1085/stat : 1085 (java) R 1020 1023 8289 0 -1 4202560 3415 12668 0 0 526 58 4 3 20 0 17 0 112714581 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140432291903648 140432328042535 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1086] ppid=1020 vsize=14202692 memory=15876 CPUtime=5.9 cores=1,3,5,7
/proc/1023/task/1086/stat : 1086 (java) R 1020 1023 8289 0 -1 4202560 3905 12668 0 0 524 59 4 3 20 0 17 0 112714581 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140432290851216 140432319638596 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1087] ppid=1020 vsize=14202692 memory=7680170660397595203 CPUtime=5.92 cores=1,3,5,7
/proc/1023/task/1087/stat : 1087 (java) R 1020 1023 8289 0 -1 4202560 5270 12668 0 0 525 60 4 3 20 0 17 0 112714581 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140432289798672 140432319638522 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1088] ppid=1020 vsize=14202692 memory=4612 CPUtime=5.83 cores=1,3,5,7
/proc/1023/task/1088/stat : 1088 (java) R 1020 1023 8289 0 -1 4202560 3484 12668 0 0 519 57 4 3 20 0 17 0 112714581 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140432288746328 140432319638535 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1089] ppid=1020 vsize=14202692 memory=1436 CPUtime=0.3 cores=1,3,5,7
/proc/1023/task/1089/stat : 1089 (java) S 1020 1023 8289 0 -1 1077944384 35552 12668 0 0 20 3 4 3 20 0 17 0 112714582 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431880660112 140432334948053 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1090] ppid=1020 vsize=14202692 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 61 12668 0 0 0 0 4 3 20 0 17 0 112714583 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431879607840 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=14202692 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 55 12668 0 0 0 0 4 3 20 0 17 0 112714583 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431878555136 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=14202692 memory=7680170660397595203 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 228 12668 0 0 0 0 4 3 20 0 17 0 112714586 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=14202692 memory=15876 CPUtime=7.51 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 15102 12668 0 0 740 4 4 3 20 0 17 0 112714586 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=14202692 memory=4064 CPUtime=7.78 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) S 1020 1023 8289 0 -1 1077944384 19636 12668 0 0 769 2 4 3 20 0 17 0 112714586 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=14202692 memory=4040 CPUtime=2.27 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) S 1020 1023 8289 0 -1 1077944384 16536 12668 0 0 214 6 4 3 20 0 17 0 112714586 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431806421232 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=14202692 memory=33556 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 17 0 112714586 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1097] ppid=1020 vsize=14202692 memory=7680170660397595203 CPUtime=0.2 cores=1,3,5,7
/proc/1023/task/1097/stat : 1097 (java) S 1020 1023 8289 0 -1 1077944384 1484 12668 0 0 6 7 4 3 20 0 17 0 112714590 14543556608 1169536 18446744073709551615 4194304 4196468 140731297118208 140431804316464 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 253.08 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4678144 KiB

[startup+219.201 s]
/proc/loadavg: 1.77 1.83 1.93 6/215 1236
/proc/meminfo: memFree=25371472/32770624 swapFree=67108860/67108860
[pid=1023] ppid=1020 vsize=14202692 memory=4641228 CPUtime=256.15 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1020 1023 8289 0 -1 1077944320 182235 12668 0 0 25299 309 4 3 20 0 17 0 112714557 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140731297100752 140432334937847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
/proc/1023/statm: 3550673 1160307 3484 1 0 3539287 0
[pid=1023/tid=1084] ppid=1020 vsize=14202692 memory=7811614964889703013 CPUtime=212.01 cores=1,3,5,7
/proc/1023/task/1084/stat : 1084 (java) S 1020 1023 8289 0 -1 1077944384 74590 12668 0 0 21143 51 4 3 20 0 17 0 112714580 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140432339175520 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1085] ppid=1020 vsize=14202692 memory=7956805424100234341 CPUtime=6.66 cores=1,3,5,7
/proc/1023/task/1085/stat : 1085 (java) R 1020 1023 8289 0 -1 4202560 3423 12668 0 0 601 58 4 3 20 0 17 0 112714581 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140432291903960 140432319635608 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1086] ppid=1020 vsize=14202692 memory=7680170660397595203 CPUtime=6.66 cores=1,3,5,7
/proc/1023/task/1086/stat : 1086 (java) R 1020 1023 8289 0 -1 4202560 3906 12668 0 0 600 59 4 3 20 0 17 0 112714581 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140432290851416 140432319888452 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1087] ppid=1020 vsize=14202692 memory=7100839861465685612 CPUtime=6.68 cores=1,3,5,7
/proc/1023/task/1087/stat : 1087 (java) R 1020 1023 8289 0 -1 4202560 5276 12668 0 0 601 60 4 3 20 0 17 0 112714581 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140432289798560 140432316534382 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1088] ppid=1020 vsize=14202692 memory=7100839861465685612 CPUtime=6.57 cores=1,3,5,7
/proc/1023/task/1088/stat : 1088 (java) R 1020 1023 8289 0 -1 4202560 3498 12668 0 0 593 57 4 3 20 0 17 0 112714581 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140432288746328 140432316533782 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1089] ppid=1020 vsize=14202692 memory=-7175204567652784766 CPUtime=0.34 cores=1,3,5,7
/proc/1023/task/1089/stat : 1089 (java) S 1020 1023 8289 0 -1 1077944384 35919 12668 0 0 24 3 4 3 20 0 17 0 112714582 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431880659888 140432334948053 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1090] ppid=1020 vsize=14202692 memory=288293281148961731 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1090/stat : 1090 (java) S 1020 1023 8289 0 -1 1077944384 63 12668 0 0 0 0 4 3 20 0 17 0 112714583 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431879607920 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1091] ppid=1020 vsize=14202692 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1091/stat : 1091 (java) S 1020 1023 8289 0 -1 1077944384 55 12668 0 0 0 0 4 3 20 0 17 0 112714583 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431878555136 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1092] ppid=1020 vsize=14202692 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1092/stat : 1092 (java) S 1020 1023 8289 0 -1 1077944384 228 12668 0 0 0 0 4 3 20 0 17 0 112714586 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431877503696 140432334956443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1093] ppid=1020 vsize=14202692 memory=2012 CPUtime=7.51 cores=1,3,5,7
/proc/1023/task/1093/stat : 1093 (java) S 1020 1023 8289 0 -1 1077944384 15102 12668 0 0 740 4 4 3 20 0 17 0 112714586 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431876450288 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1094] ppid=1020 vsize=14202692 memory=11136 CPUtime=7.78 cores=1,3,5,7
/proc/1023/task/1094/stat : 1094 (java) S 1020 1023 8289 0 -1 1077944384 19636 12668 0 0 769 2 4 3 20 0 17 0 112714586 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431807473776 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1095] ppid=1020 vsize=14202692 memory=5788 CPUtime=2.27 cores=1,3,5,7
/proc/1023/task/1095/stat : 1095 (java) S 1020 1023 8289 0 -1 1077944384 16536 12668 0 0 214 6 4 3 20 0 17 0 112714586 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431806421232 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1096] ppid=1020 vsize=14202692 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1096/stat : 1096 (java) S 1020 1023 8289 0 -1 1077944384 3 12668 0 0 0 0 4 3 20 0 17 0 112714586 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431805368928 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1097] ppid=1020 vsize=14202692 memory=1436 CPUtime=0.2 cores=1,3,5,7
/proc/1023/task/1097/stat : 1097 (java) S 1020 1023 8289 0 -1 1077944384 1484 12668 0 0 6 7 4 3 20 0 17 0 112714590 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431804316464 140432334948994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1235] ppid=1020 vsize=14202692 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1235/stat : 1235 (java) S 1020 1023 8289 0 -1 1077944384 330 12668 0 0 0 0 4 3 20 0 17 0 112736368 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431773344368 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
[pid=1023/tid=1236] ppid=1020 vsize=14202692 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/1023/task/1236/stat : 1236 (java) S 1020 1023 8289 0 -1 1077944384 30 12668 0 0 0 0 4 3 20 0 17 0 112736368 14543556608 1160307 18446744073709551615 4194304 4196468 140731297118208 140431772292544 140432334948053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15613952 140731297126320 140731297129105 140731297129105 140731297132495 0
Current children cumulated CPU time: 256.15 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4641228 KiB

[startup+219.601 s]*
/proc/loadavg: 1.77 1.83 1.93 3/200 1236
/proc/meminfo: memFree=27506396/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 219.622
CPU time (s): 257.609
CPU user time (s): 254.45
CPU system time (s): 3.15897
CPU usage (%): 117.296
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 4679460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.45
system time used= 3.15897
maximum resident set size= 4679668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15579
involuntary context switches= 792


# summary of solver processes directly reported to runsolver:
#   pid: 1023
#   total CPU time (s): 257.609
#   total CPU user time (s): 254.45
#   total CPU system time (s): 3.15897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15193 second user time and 2.24913 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:15:46
IDJOB=4259406
IDBENCH=137011
IDSOLVER=2646
FILE ID=node133/4259406-1502648994
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-08.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259406-1502648994/watcher-4259406-1502648994 -o /tmp/evaluation-result-4259406-1502648994/solver-4259406-1502648994 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259406-1502648994.xml

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

MD5SUM BENCH= 52402e3ba0658144258f494f3b2bc7f2
RANDOM SEED=181511463

node133.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.17
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.17
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.17
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.17
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:        26670332 kB
MemAvailable:   27316164 kB
Buffers:          240032 kB
Cached:           701172 kB
SwapCached:            0 kB
Active:          5455208 kB
Inactive:         187216 kB
Active(anon):    4642472 kB
Inactive(anon):   100804 kB
Active(file):     812736 kB
Inactive(file):    86412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25304 kB
Writeback:             0 kB
AnonPages:       4701216 kB
Mapped:            69816 kB
Shmem:             41660 kB
Slab:             152248 kB
SReclaimable:     125036 kB
SUnreclaim:        27212 kB
KernelStack:        3488 kB
PageTables:        14140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5495548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4460544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61980 MiB
End job on node133 at 2017-08-13 20:19:26