Trace number 4259572

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.99899 226.134

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-46-035-010.xml
MD5SUM9882d57d510e95008d99aa62e0238ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark251.901
Satisfiable
(Un)Satisfiability was proved
Number of variables1611
Number of constraints1082
Number of domains2
Minimum domain size2
Maximum domain size33
Distribution of domain sizes[{"size":2,"count":1610},{"size":33,"count":1}]
Minimum variable degree47
Maximum variable degree1036
Distribution of variable degrees[{"degree":47,"count":1610},{"degree":1036,"count":1}]
Minimum constraint arity35
Maximum constraint arity1610
Distribution of constraint arities[{"arity":35,"count":46},{"arity":71,"count":1035},{"arity":1610,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1081}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259572-1502644688/watcher-4259572-1502644688 -o /tmp/evaluation-result-4259572-1502644688/solver-4259572-1502644688 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259572-1502644688.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=28268, runsolver pid=28265

[startup+0.100129 s]*
/proc/loadavg: 1.68 1.79 1.87 3/205 28292
/proc/meminfo: memFree=28755092/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=9636 memory=1508 CPUtime=0.01 cores=1,3,5,7
/proc/28268/stat : 28268 (bash) S 28265 28268 8289 0 -1 4202496 893 6475 0 0 0 0 0 1 20 0 1 0 112283969 9867264 377 18446744073709551615 4194304 5098028 140725490764912 140725490758920 140228680817664 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 28495872 140725490766324 140725490766409 140725490766409 140725490769898 0
/proc/28268/statm: 2409 377 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1508 KiB

[startup+0.209978 s]*
/proc/loadavg: 1.68 1.79 1.87 4/207 28322
/proc/meminfo: memFree=28750432/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=13358716 memory=16156 CPUtime=0.08 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 4242 12713 0 0 1 0 5 2 20 0 6 0 112283969 13679325184 4039 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3339679 4039 1902 1 0 3329176 0
[pid=28268/tid=28318] ppid=28265 vsize=13358716 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) R 28265 28268 8289 0 -1 4202560 2088 12713 0 0 0 0 5 2 20 0 6 0 112283990 13679325184 4039 18446744073709551615 4194304 4196468 140726184839728 140068840022608 140068828031806 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=13358716 memory=330 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 6 0 112283990 13679325184 4039 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068835804885 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=13358716 memory=288370290179212928 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 6 0 112283990 13679325184 4039 18446744073709551615 4194304 4196468 140726184839728 140068754156048 140068835804885 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=13358716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 6 0 112283990 13679325184 4039 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068835804885 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=13358716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 6 0 112283990 13679325184 4039 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068835804885 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 16156 KiB

[startup+0.310081 s]*
/proc/loadavg: 1.68 1.79 1.87 6/216 28331
/proc/meminfo: memFree=28737568/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=13974356 memory=30272 CPUtime=0.19 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 6514 12713 0 0 11 1 5 2 20 0 15 0 112283969 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3493589 7568 2881 1 0 3482965 0
[pid=28268/tid=28318] ppid=28265 vsize=13974356 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) R 28265 28268 8289 0 -1 4202560 3052 12713 0 0 7 1 5 2 20 0 15 0 112283990 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068840017880 140068429864682 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 15 0 112283990 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 15 0 112283990 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068754156048 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 15 0 112283990 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 15 0 112283990 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 15 0 112283992 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068314377072 140068835805826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 33 12713 0 0 0 0 5 2 20 0 15 0 112283992 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068313323040 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 21 12713 0 0 0 0 5 2 20 0 15 0 112283992 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068312270192 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) R 28265 28268 8289 0 -1 1077944384 456 12713 0 0 0 0 5 2 20 0 15 0 112283995 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) R 28265 28268 8289 0 -1 4202560 261 12713 0 0 0 0 5 2 20 0 15 0 112283995 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068309094088 140068820060908 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=13974356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) R 28265 28268 8289 0 -1 4202560 526 12713 0 0 1 0 5 2 20 0 15 0 112283995 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068308057272 140068814163318 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=13974356 memory=139914027501184 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 15 0 112283998 14309740544 7568 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 30272 KiB

[startup+0.700671 s]
/proc/loadavg: 1.68 1.79 1.87 3/216 28331
/proc/meminfo: memFree=28713524/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=13974784 memory=60648 CPUtime=0.71 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 13684 12713 0 0 60 4 5 2 20 0 15 0 112283969 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3493696 15162 3113 1 0 3482965 0
[pid=28268/tid=28318] ppid=28265 vsize=13974784 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) R 28265 28268 8289 0 -1 4202560 10057 12713 0 0 42 3 5 2 20 0 15 0 112283990 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068839986288 140068820960224 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=13974784 memory=54056 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 15 0 112283990 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=13974784 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 15 0 112283990 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068754156048 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 15 0 112283990 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) S 28265 28268 8289 0 -1 1077944384 2 12713 0 0 0 0 5 2 20 0 15 0 112283990 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 5 12713 0 0 0 0 5 2 20 0 15 0 112283992 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068314377072 140068835805826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 33 12713 0 0 0 0 5 2 20 0 15 0 112283992 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068313323040 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 21 12713 0 0 0 0 5 2 20 0 15 0 112283992 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068312270192 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=13974784 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 548 12713 0 0 3 0 5 2 20 0 15 0 112283995 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) S 28265 28268 8289 0 -1 1077944384 278 12713 0 0 2 0 5 2 20 0 15 0 112283995 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068309113072 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=13974784 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) S 28265 28268 8289 0 -1 1077944384 579 12713 0 0 10 0 5 2 20 0 15 0 112283995 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068308060272 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 1 12713 0 0 0 0 5 2 20 0 15 0 112283998 14310178816 15162 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 60648 KiB

[startup+1.50064 s]
/proc/loadavg: 1.68 1.79 1.87 3/216 28331
/proc/meminfo: memFree=28671700/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=13985408 memory=171076 CPUtime=1.93 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 28948 12713 0 0 176 10 5 2 20 0 15 0 112283969 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3496352 42769 3371 1 0 3485525 0
[pid=28268/tid=28318] ppid=28265 vsize=13985408 memory=-8774313645642428999 CPUtime=1.29 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) R 28265 28268 8289 0 -1 4202560 21981 12713 0 0 116 6 5 2 20 0 15 0 112283990 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068839997968 140068828891523 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=13985408 memory=8128038100524242582 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) S 28265 28268 8289 0 -1 1077944384 44 12713 0 0 0 0 5 2 20 0 15 0 112283990 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) S 28265 28268 8289 0 -1 1077944384 183 12713 0 0 1 0 5 2 20 0 15 0 112283990 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068754156048 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) S 28265 28268 8289 0 -1 1077944384 56 12713 0 0 1 0 5 2 20 0 15 0 112283990 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=13985408 memory=180 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) S 28265 28268 8289 0 -1 1077944384 63 12713 0 0 1 0 5 2 20 0 15 0 112283990 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=13985408 memory=288230596034174727 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 1135 12713 0 0 1 0 5 2 20 0 15 0 112283992 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068314377072 140068835805826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=13985408 memory=14126736669437378 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 56 12713 0 0 0 0 5 2 20 0 15 0 112283992 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068313323104 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 43 12713 0 0 0 0 5 2 20 0 15 0 112283992 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068312270208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=13985408 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 1097 12713 0 0 15 0 5 2 20 0 15 0 112283995 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=13985408 memory=2867664673584434 CPUtime=0.21 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) S 28265 28268 8289 0 -1 1077944384 719 12713 0 0 14 0 5 2 20 0 15 0 112283995 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068309113072 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=13985408 memory=10 CPUtime=0.3 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) S 28265 28268 8289 0 -1 1077944384 1410 12713 0 0 23 0 5 2 20 0 15 0 112283995 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068308060272 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=13985408 memory=10 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=13985408 memory=2867664572659509 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 5 12713 0 0 0 0 5 2 20 0 15 0 112283998 14321057792 42769 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 171076 KiB

[startup+3.11162 s]
/proc/loadavg: 1.68 1.79 1.87 5/216 28331
/proc/meminfo: memFree=28514228/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=13997884 memory=264760 CPUtime=5.87 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 39684 12713 0 0 564 16 5 2 20 0 15 0 112283969 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3499471 66190 3446 1 0 3488085 0
[pid=28268/tid=28318] ppid=28265 vsize=13997884 memory=65780 CPUtime=2.9 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) R 28265 28268 8289 0 -1 4202560 27543 12713 0 0 274 9 5 2 20 0 15 0 112283990 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068840019280 140068439305111 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=13997884 memory=215892 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) S 28265 28268 8289 0 -1 1077944384 44 12713 0 0 0 0 5 2 20 0 15 0 112283990 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=13997884 memory=5868584400956777322 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) S 28265 28268 8289 0 -1 1077944384 183 12713 0 0 1 0 5 2 20 0 15 0 112283990 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068754156048 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=13997884 memory=5788058337608220768 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) S 28265 28268 8289 0 -1 1077944384 56 12713 0 0 1 0 5 2 20 0 15 0 112283990 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=13997884 memory=7649539306816828450 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) S 28265 28268 8289 0 -1 1077944384 63 12713 0 0 1 0 5 2 20 0 15 0 112283990 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=13997884 memory=54384 CPUtime=0.08 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 1167 12713 0 0 1 0 5 2 20 0 15 0 112283992 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068314377072 140068835805826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=13997884 memory=180 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 56 12713 0 0 0 0 5 2 20 0 15 0 112283992 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068313323104 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=13997884 memory=288230596034174727 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 43 12713 0 0 0 0 5 2 20 0 15 0 112283992 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068312270208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=13997884 memory=14126736669437378 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=13997884 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 2429 12713 0 0 90 1 5 2 20 0 15 0 112283995 14333833216 66190 18446744073709551615 4194304 4196468 140726184839728 140068310165968 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0

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

[pid=28268/tid=28324] ppid=28265 vsize=14069564 memory=4205792 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 61 12713 0 0 0 0 5 2 20 0 15 0 112283992 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068313323168 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=14069564 memory=4201692 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 47 12713 0 0 0 0 5 2 20 0 15 0 112283992 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068312270208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=14069564 memory=4205792 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=14069564 memory=4201692 CPUtime=9.9 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 18854 12713 0 0 978 5 5 2 20 0 15 0 112283995 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=14069564 memory=4205792 CPUtime=10.41 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) S 28265 28268 8289 0 -1 1077944384 20958 12713 0 0 1029 5 5 2 20 0 15 0 112283995 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068309113072 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=14069564 memory=1008 CPUtime=3.43 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) S 28265 28268 8289 0 -1 1077944384 15329 12713 0 0 330 6 5 2 20 0 15 0 112283995 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068308060272 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=14069564 memory=4205792 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 15 0 112283995 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=14069564 memory=4205792 CPUtime=0.19 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 461 12713 0 0 5 7 5 2 20 0 15 0 112283998 14407233536 1051448 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4205792 KiB

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

[startup+226.134 s]
# the end of solver process 28268 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=256.411 s, system=1.58711 s

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

[startup+224.801 s]
/proc/loadavg: 1.94 1.88 1.89 4/213 28464
/proc/meminfo: memFree=25869184/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=14202692 memory=4214812 CPUtime=253.12 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 157817 12713 0 0 25153 152 5 2 20 0 17 0 112283969 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3550673 1053703 3489 1 0 3539287 0
[pid=28268/tid=28318] ppid=28265 vsize=14202692 memory=5788 CPUtime=222.74 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) S 28265 28268 8289 0 -1 1077944384 66975 12713 0 0 22208 59 5 2 20 0 17 0 112283990 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068840024208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=14202692 memory=4612 CPUtime=1.68 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) R 28265 28268 8289 0 -1 4202560 4456 12713 0 0 143 18 5 2 20 0 17 0 112283990 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068755208656 140068828422887 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=14202692 memory=1436 CPUtime=1.7 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) R 28265 28268 8289 0 -1 4202560 2228 12713 0 0 146 17 5 2 20 0 17 0 112283990 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068754155856 140068828422887 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=14202692 memory=1200 CPUtime=1.69 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) R 28265 28268 8289 0 -1 4202560 3280 12713 0 0 146 16 5 2 20 0 17 0 112283990 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068753103448 140068820495294 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=14202692 memory=-8774313645642428999 CPUtime=1.66 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) R 28265 28268 8289 0 -1 4202560 2470 12713 0 0 143 16 5 2 20 0 17 0 112283990 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068752050256 140068828422887 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=14202692 memory=33420 CPUtime=0.26 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 19970 12713 0 0 17 2 5 2 20 0 17 0 112283992 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068314375696 140068835804885 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=14202692 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 61 12713 0 0 0 0 5 2 20 0 17 0 112283992 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068313323168 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=14202692 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 47 12713 0 0 0 0 5 2 20 0 17 0 112283992 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068312270208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=14202692 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 220 12713 0 0 0 0 5 2 20 0 17 0 112283995 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=14202692 memory=956 CPUtime=9.9 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 18854 12713 0 0 978 5 5 2 20 0 17 0 112283995 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=14202692 memory=2248 CPUtime=10.41 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) S 28265 28268 8289 0 -1 1077944384 20958 12713 0 0 1029 5 5 2 20 0 17 0 112283995 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068309113072 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=14202692 memory=4288 CPUtime=3.43 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) S 28265 28268 8289 0 -1 1077944384 15329 12713 0 0 330 6 5 2 20 0 17 0 112283995 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068308060272 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=14202692 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 17 0 112283995 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=14202692 memory=4040 CPUtime=0.19 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 461 12713 0 0 5 7 5 2 20 0 17 0 112283998 14543556608 1053703 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 253.12 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4214812 KiB

[startup+225.603 s]
/proc/loadavg: 2.11 1.91 1.90 7/215 28466
/proc/meminfo: memFree=25822980/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=14202692 memory=4214844 CPUtime=256.14 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 158100 12713 0 0 25455 152 5 2 20 0 17 0 112283969 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3550673 1053711 3489 1 0 3539287 0
[pid=28268/tid=28318] ppid=28265 vsize=14202692 memory=1160 CPUtime=222.74 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) S 28265 28268 8289 0 -1 1077944384 66975 12713 0 0 22208 59 5 2 20 0 17 0 112283990 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068840024208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=14202692 memory=4205792 CPUtime=2.42 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) R 28265 28268 8289 0 -1 4202560 4466 12713 0 0 217 18 5 2 20 0 17 0 112283990 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068820248626 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=14202692 memory=4205792 CPUtime=2.44 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) R 28265 28268 8289 0 -1 4202560 2252 12713 0 0 220 17 5 2 20 0 17 0 112283990 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068754155936 140068820779975 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=14202692 memory=14356 CPUtime=2.42 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) R 28265 28268 8289 0 -1 4202560 3285 12713 0 0 219 16 5 2 20 0 17 0 112283990 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068820492318 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=14202692 memory=-8774313645642428999 CPUtime=2.41 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) R 28265 28268 8289 0 -1 4202560 2483 12713 0 0 218 16 5 2 20 0 17 0 112283990 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068820249322 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=14202692 memory=18484 CPUtime=0.32 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 20199 12713 0 0 23 2 5 2 20 0 17 0 112283992 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068314375472 140068835804885 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=14202692 memory=3912 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 64 12713 0 0 0 0 5 2 20 0 17 0 112283992 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068313323248 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=14202692 memory=2760 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 47 12713 0 0 0 0 5 2 20 0 17 0 112283992 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068312270208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=14202692 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 220 12713 0 0 0 0 5 2 20 0 17 0 112283995 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=14202692 memory=2440 CPUtime=9.9 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 18854 12713 0 0 978 5 5 2 20 0 17 0 112283995 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=14202692 memory=1724 CPUtime=10.41 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) S 28265 28268 8289 0 -1 1077944384 20958 12713 0 0 1029 5 5 2 20 0 17 0 112283995 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068309113072 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=14202692 memory=792 CPUtime=3.43 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) S 28265 28268 8289 0 -1 1077944384 15329 12713 0 0 330 6 5 2 20 0 17 0 112283995 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068308060272 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=14202692 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 17 0 112283995 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=14202692 memory=4205792 CPUtime=0.19 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 461 12713 0 0 5 7 5 2 20 0 17 0 112283998 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28465] ppid=28265 vsize=14202692 memory=4288 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28465/stat : 28465 (java) S 28265 28268 8289 0 -1 1077944384 326 12713 0 0 0 0 5 2 20 0 17 0 112306420 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068280484592 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28466] ppid=28265 vsize=14202692 memory=2164 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28466/stat : 28466 (java) R 28265 28268 8289 0 -1 1077944384 29 12713 0 0 0 0 5 2 20 0 17 0 112306420 14543556608 1053711 18446744073709551615 4194304 4196468 140726184839728 140068205356656 140068835805826 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 256.14 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4214844 KiB

[startup+226.001 s]*
/proc/loadavg: 2.11 1.91 1.90 6/215 28466
/proc/meminfo: memFree=25814424/32770624 swapFree=67108860/67108860
[pid=28268] ppid=28265 vsize=14202692 memory=4214840 CPUtime=257.64 cores=1,3,5,7
/proc/28268/stat : 28268 (java) S 28265 28268 8289 0 -1 1077944320 158116 12713 0 0 25605 152 5 2 20 0 17 0 112283969 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140726184822272 140068835794679 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
/proc/28268/statm: 3550673 1053710 3489 1 0 3539287 0
[pid=28268/tid=28318] ppid=28265 vsize=14202692 memory=1160 CPUtime=222.74 cores=1,3,5,7
/proc/28268/task/28318/stat : 28318 (java) S 28265 28268 8289 0 -1 1077944384 66975 12713 0 0 22208 59 5 2 20 0 17 0 112283990 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068840024208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28319] ppid=28265 vsize=14202692 memory=3036 CPUtime=2.79 cores=1,3,5,7
/proc/28268/task/28319/stat : 28319 (java) R 28265 28268 8289 0 -1 4202560 4466 12713 0 0 254 18 5 2 20 0 17 0 112283990 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068755208848 140068820791083 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28320] ppid=28265 vsize=14202692 memory=4214812 CPUtime=2.81 cores=1,3,5,7
/proc/28268/task/28320/stat : 28320 (java) R 28265 28268 8289 0 -1 4202560 2259 12713 0 0 257 17 5 2 20 0 17 0 112283990 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068754156048 140068820493435 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28321] ppid=28265 vsize=14202692 memory=-8774313645642428999 CPUtime=2.79 cores=1,3,5,7
/proc/28268/task/28321/stat : 28321 (java) R 28265 28268 8289 0 -1 4202560 3285 12713 0 0 256 16 5 2 20 0 17 0 112283990 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068753103248 140068820791024 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28322] ppid=28265 vsize=14202692 memory=1232 CPUtime=2.77 cores=1,3,5,7
/proc/28268/task/28322/stat : 28322 (java) R 28265 28268 8289 0 -1 1077944384 2488 12713 0 0 254 16 5 2 20 0 17 0 112283990 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068752050448 140068835804885 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28323] ppid=28265 vsize=14202692 memory=4168 CPUtime=0.36 cores=1,3,5,7
/proc/28268/task/28323/stat : 28323 (java) S 28265 28268 8289 0 -1 1077944384 20199 12713 0 0 27 2 5 2 20 0 17 0 112283992 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068314375696 140068835804885 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28324] ppid=28265 vsize=14202692 memory=302022848351043610 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28324/stat : 28324 (java) S 28265 28268 8289 0 -1 1077944384 64 12713 0 0 0 0 5 2 20 0 17 0 112283992 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068313323248 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28325] ppid=28265 vsize=14202692 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28325/stat : 28325 (java) S 28265 28268 8289 0 -1 1077944384 47 12713 0 0 0 0 5 2 20 0 17 0 112283992 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068312270208 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28326] ppid=28265 vsize=14202692 memory=4040 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28326/stat : 28326 (java) S 28265 28268 8289 0 -1 1077944384 220 12713 0 0 0 0 5 2 20 0 17 0 112283995 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068311218512 140068835813275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28327] ppid=28265 vsize=14202692 memory=33420 CPUtime=9.9 cores=1,3,5,7
/proc/28268/task/28327/stat : 28327 (java) S 28265 28268 8289 0 -1 1077944384 18854 12713 0 0 978 5 5 2 20 0 17 0 112283995 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068310165872 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28328] ppid=28265 vsize=14202692 memory=1232 CPUtime=10.41 cores=1,3,5,7
/proc/28268/task/28328/stat : 28328 (java) S 28265 28268 8289 0 -1 1077944384 20958 12713 0 0 1029 5 5 2 20 0 17 0 112283995 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068309113072 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28329] ppid=28265 vsize=14202692 memory=640 CPUtime=3.43 cores=1,3,5,7
/proc/28268/task/28329/stat : 28329 (java) S 28265 28268 8289 0 -1 1077944384 15329 12713 0 0 330 6 5 2 20 0 17 0 112283995 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068308060272 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28330] ppid=28265 vsize=14202692 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28330/stat : 28330 (java) S 28265 28268 8289 0 -1 1077944384 3 12713 0 0 0 0 5 2 20 0 17 0 112283995 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068307007712 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28331] ppid=28265 vsize=14202692 memory=956 CPUtime=0.19 cores=1,3,5,7
/proc/28268/task/28331/stat : 28331 (java) S 28265 28268 8289 0 -1 1077944384 461 12713 0 0 5 7 5 2 20 0 17 0 112283998 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068305956016 140068835805826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28465] ppid=28265 vsize=14202692 memory=2248 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28465/stat : 28465 (java) S 28265 28268 8289 0 -1 1077944384 326 12713 0 0 0 0 5 2 20 0 17 0 112306420 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068280484592 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
[pid=28268/tid=28466] ppid=28265 vsize=14202692 memory=4288 CPUtime=0.07 cores=1,3,5,7
/proc/28268/task/28466/stat : 28466 (java) S 28265 28268 8289 0 -1 1077944384 31 12713 0 0 0 0 5 2 20 0 17 0 112306420 14543556608 1053710 18446744073709551615 4194304 4196468 140726184839728 140068205356352 140068835804885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19197952 140726184843184 140726184845969 140726184845969 140726184849359 0
Current children cumulated CPU time: 257.64 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4214840 KiB

[startup+226.111 s]*
/proc/loadavg: 2.11 1.91 1.90 3/200 28466
/proc/meminfo: memFree=27013924/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): 226.134
CPU time (s): 257.999
CPU user time (s): 256.411
CPU system time (s): 1.58711
CPU usage (%): 114.091
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 4214844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.411
system time used= 1.58711
maximum resident set size= 4215468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171452
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= 18648
involuntary context switches= 493


# summary of solver processes directly reported to runsolver:
#   pid: 28268
#   total CPU time (s): 257.999
#   total CPU user time (s): 256.411
#   total CPU system time (s): 1.58711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57475 second user time and 2.01049 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:04:00
IDJOB=4259572
IDBENCH=122959
IDSOLVER=2646
FILE ID=node133/4259572-1502644688
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-46-035-010.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259572-1502644688/watcher-4259572-1502644688 -o /tmp/evaluation-result-4259572-1502644688/solver-4259572-1502644688 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259572-1502644688.xml

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

MD5SUM BENCH= 9882d57d510e95008d99aa62e0238ec8
RANDOM SEED=1608172482

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:        28757088 kB
MemAvailable:   29393856 kB
Buffers:          236860 kB
Cached:           695532 kB
SwapCached:            0 kB
Active:          3378952 kB
Inactive:         183580 kB
Active(anon):    2571500 kB
Inactive(anon):   100820 kB
Active(file):     807452 kB
Inactive(file):    82760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               140 kB
Writeback:         21340 kB
AnonPages:       2657480 kB
Mapped:            69384 kB
Shmem:             41660 kB
Slab:             152336 kB
SReclaimable:     124784 kB
SUnreclaim:        27552 kB
KernelStack:        3808 kB
PageTables:        10176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4395404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2465792 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= 61984 MiB
End job on node133 at 2017-08-13 19:07:46