Trace number 4262013

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) 2526.1201 2448.5801

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262013-1502429553/watcher-4262013-1502429553 -o /tmp/evaluation-result-4262013-1502429553/solver-4262013-1502429553 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4262013-1502429553.xml 

pid=17383
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.54 1.46 3/199 17386
/proc/meminfo: memFree=30285956/32770624 swapFree=0/458800
[pid=17386] ppid=17383 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17386/stat : 17386 (runsolver) D 17383 17386 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84866459 24240128 106 18446744073709551615 4194304 4338465 140724926351024 140724926348664 140170140111575 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18636800 140724926353616 140724926353993 140724926353993 140724926357450 0
/proc/17386/statm: 5918 106 53 36 0 2156 0

[startup+0.100106 s]
/proc/loadavg: 1.90 1.54 1.46 3/199 17386
/proc/meminfo: memFree=30285956/32770624 swapFree=0/458800
[pid=17386] ppid=17383 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17386/stat : 17386 (runsolver) D 17383 17386 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84866459 24240128 106 18446744073709551615 4194304 4338465 140724926351024 140724926348664 140170140111575 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18636800 140724926353616 140724926353993 140724926353993 140724926357450 0
/proc/17386/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.201286 s]
/proc/loadavg: 1.90 1.54 1.46 3/199 17386
/proc/meminfo: memFree=30285956/32770624 swapFree=0/458800
[pid=17386] ppid=17383 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17386/stat : 17386 (bash) S 17383 17386 13007 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 84866459 9867264 377 18446744073709551615 4194304 5098028 140727328211280 140727328205288 139750720678912 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 13 0 0 7196144 7232144 34332672 140727328219668 140727328219753 140727328219753 140727328223210 0
/proc/17386/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300218 s]
/proc/loadavg: 1.90 1.54 1.46 3/199 17386
/proc/meminfo: memFree=30285956/32770624 swapFree=0/458800
[pid=17386] ppid=17383 vsize=13358716 CPUtime=0.09 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 4216 12581 0 0 1 0 5 3 20 0 6 0 84866459 13679325184 3527 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3339679 3527 1891 1 0 3329176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.700288 s]
/proc/loadavg: 1.90 1.54 1.46 3/199 17386
/proc/meminfo: memFree=30285956/32770624 swapFree=0/458800
[pid=17386] ppid=17383 vsize=13974784 CPUtime=0.51 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 12955 12581 0 0 40 3 5 3 20 0 15 0 84866459 14310178816 13284 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3493696 13284 3066 1 0 3482965 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.91 1.55 1.46 6/214 17449
/proc/meminfo: memFree=30205316/32770624 swapFree=0/459156
[pid=17386] ppid=17383 vsize=13985408 CPUtime=1.73 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 29086 12581 0 0 158 7 5 3 20 0 15 0 84866459 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3496352 33034 3337 1 0 3485525 0
[pid=17386/tid=17436] ppid=17383 vsize=13985408 CPUtime=1.2 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) R 17383 17386 13007 0 -1 4202560 23789 12581 0 0 106 6 5 3 20 0 15 0 84866488 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140601475355584 140601452694935 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) S 17383 17386 13007 0 -1 1077944384 2 12581 0 0 0 0 5 3 20 0 15 0 84866489 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140601405565840 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) S 17383 17386 13007 0 -1 1077944384 1 12581 0 0 0 0 5 3 20 0 15 0 84866489 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140601404513040 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) S 17383 17386 13007 0 -1 1077944384 2 12581 0 0 0 0 5 3 20 0 15 0 84866489 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) S 17383 17386 13007 0 -1 1077944384 2 12581 0 0 0 0 5 3 20 0 15 0 84866489 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140601402407952 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 5 12581 0 0 0 0 5 3 20 0 15 0 84866490 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600949717104 140601471142530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 33 12581 0 0 0 0 5 3 20 0 15 0 84866491 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600948663072 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 21 12581 0 0 0 0 5 3 20 0 15 0 84866491 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600947610736 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866493 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) R 17383 17386 13007 0 -1 4202560 1054 12581 0 0 15 0 5 3 20 0 15 0 84866493 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600945487944 140601471152730 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) S 17383 17386 13007 0 -1 1077944384 701 12581 0 0 15 0 5 3 20 0 15 0 84866493 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600944454128 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 1315 12581 0 0 20 0 5 3 20 0 15 0 84866493 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600943401840 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866494 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 10 12581 0 0 0 0 5 3 20 0 15 0 84866501 14321057792 33034 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 13985408

[startup+3.1073 s]
/proc/loadavg: 1.91 1.55 1.46 4/214 17449
/proc/meminfo: memFree=30118628/32770624 swapFree=0/459156
[pid=17386] ppid=17383 vsize=13995836 CPUtime=5.9 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 43634 12581 0 0 567 15 5 3 20 0 15 0 84866459 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3498959 56307 3449 1 0 3487573 0
[pid=17386/tid=17436] ppid=17383 vsize=13995836 CPUtime=2.77 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) R 17383 17386 13007 0 -1 4202560 30655 12581 0 0 261 8 5 3 20 0 15 0 84866488 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140601475360488 140601082204708 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) S 17383 17386 13007 0 -1 1077944384 214 12581 0 0 0 0 5 3 20 0 15 0 84866489 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140601405565840 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) S 17383 17386 13007 0 -1 1077944384 36 12581 0 0 0 0 5 3 20 0 15 0 84866489 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140601404513040 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) S 17383 17386 13007 0 -1 1077944384 56 12581 0 0 0 0 5 3 20 0 15 0 84866489 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) S 17383 17386 13007 0 -1 1077944384 58 12581 0 0 0 0 5 3 20 0 15 0 84866489 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140601402407952 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 1839 12581 0 0 1 0 5 3 20 0 15 0 84866490 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600949717104 140601471142530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 55 12581 0 0 0 0 5 3 20 0 15 0 84866491 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600948663136 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 44 12581 0 0 0 0 5 3 20 0 15 0 84866491 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600947610752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866493 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=13995836 CPUtime=0.99 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) R 17383 17386 13007 0 -1 4202560 1823 12581 0 0 90 1 5 3 20 0 15 0 84866493 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600945499744 140601454542255 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=13995836 CPUtime=1.2 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) R 17383 17386 13007 0 -1 4202560 3220 12581 0 0 111 1 5 3 20 0 15 0 84866493 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600944438400 140601455528550 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=13995836 CPUtime=1.08 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 3464 12581 0 0 98 2 5 3 20 0 15 0 84866493 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600943401840 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866494 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 13 12581 0 0 0 0 5 3 20 0 15 0 84866501 14331736064 56307 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 13995836

[startup+6.30067 s]
/proc/loadavg: 2.08 1.59 1.47 3/214 17449
/proc/meminfo: memFree=29868236/32770624 swapFree=0/459156
[pid=17386] ppid=17383 vsize=13999932 CPUtime=14.68 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 63540 12581 0 0 1430 30 5 3 20 0 15 0 84866459 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3499983 124275 3470 1 0 3488597 0
[pid=17386/tid=17436] ppid=17383 vsize=13999932 CPUtime=5.8 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) R 17383 17386 13007 0 -1 4202560 33790 12581 0 0 561 11 5 3 20 0 15 0 84866488 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140601475365448 140601073933278 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) S 17383 17386 13007 0 -1 1077944384 367 12581 0 0 10 2 5 3 20 0 15 0 84866489 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140601405565840 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) S 17383 17386 13007 0 -1 1077944384 151 12581 0 0 10 3 5 3 20 0 15 0 84866489 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140601404513040 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) S 17383 17386 13007 0 -1 1077944384 216 12581 0 0 8 2 5 3 20 0 15 0 84866489 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) S 17383 17386 13007 0 -1 1077944384 206 12581 0 0 11 2 5 3 20 0 15 0 84866489 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140601402407952 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 2638 12581 0 0 2 0 5 3 20 0 15 0 84866490 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600949717104 140601471142530 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 55 12581 0 0 0 0 5 3 20 0 15 0 84866491 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600948663136 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 44 12581 0 0 0 0 5 3 20 0 15 0 84866491 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600947610752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866493 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=13999932 CPUtime=3.34 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) S 17383 17386 13007 0 -1 1077944384 9229 12581 0 0 324 2 5 3 20 0 15 0 84866493 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600945506928 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=13999932 CPUtime=3.54 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) S 17383 17386 13007 0 -1 1077944384 8398 12581 0 0 344 2 5 3 20 0 15 0 84866493 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600944454128 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=13999932 CPUtime=1.64 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 6205 12581 0 0 153 3 5 3 20 0 15 0 84866493 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600943401840 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866494 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 84 12581 0 0 0 0 5 3 20 0 15 0 84866501 14335930368 124275 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.07 1.60 1.47 3/214 17449
/proc/meminfo: memFree=29114024/32770624 swapFree=0/459160
[pid=17386] ppid=17383 vsize=13999932 CPUtime=23.22 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 71569 12581 0 0 2263 51 5 3 20 0 15 0 84866459 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3499983 295440 3472 1 0 3488597 0
[pid=17386/tid=17436] ppid=17383 vsize=13999932 CPUtime=12.03 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) R 17383 17386 13007 0 -1 4202560 35759 12581 0 0 1177 18 5 3 20 0 15 0 84866488 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140601475363368 140601082662215 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=13999932 CPUtime=0.36 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) S 17383 17386 13007 0 -1 1077944384 472 12581 0 0 23 5 5 3 20 0 15 0 84866489 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140601405565840 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=13999932 CPUtime=0.36 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) S 17383 17386 13007 0 -1 1077944384 971 12581 0 0 23 5 5 3 20 0 15 0 84866489 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140601404513040 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=13999932 CPUtime=0.34 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) S 17383 17386 13007 0 -1 1077944384 557 12581 0 0 21 5 5 3 20 0 15 0 84866489 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=13999932 CPUtime=0.36 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) S 17383 17386 13007 0 -1 1077944384 384 12581 0 0 23 5 5 3 20 0 15 0 84866489 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140601402407952 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 3257 12581 0 0 3 0 5 3 20 0 15 0 84866490 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140600949717104 140601471142530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 58 12581 0 0 0 0 5 3 20 0 15 0 84866491 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140600948663136 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 50 12581 0 0 0 0 5 3 20 0 15 0 84866491 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140600947610752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 15 0 84866493 14335930368 295440 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0

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


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17386 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2447.2 s]
/proc/loadavg: 1.35 1.34 1.38 3/214 17745
/proc/meminfo: memFree=27247044/32770624 swapFree=0/459512
[pid=17386] ppid=17383 vsize=14202692 CPUtime=2521.06 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 468173 12581 0 0 251761 337 5 3 20 0 17 0 84866459 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3550673 704460 3492 1 0 3539287 0
[pid=17386/tid=17436] ppid=17383 vsize=14202692 CPUtime=2426.77 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) S 17383 17386 13007 0 -1 1077944384 171931 12581 0 0 242588 81 5 3 20 0 17 0 84866488 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140601475369104 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=14202692 CPUtime=16.27 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) R 17383 17386 13007 0 -1 4202560 51508 12581 0 0 1582 37 5 3 20 0 17 0 84866489 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140601405566040 140601455832030 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=14202692 CPUtime=16.25 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) R 17383 17386 13007 0 -1 4202560 36607 12581 0 0 1581 36 5 3 20 0 17 0 84866489 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140601404512848 140601463759591 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=14202692 CPUtime=16.28 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) R 17383 17386 13007 0 -1 4202560 43909 12581 0 0 1583 37 5 3 20 0 17 0 84866489 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140601403460872 140601463759591 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=14202692 CPUtime=16.28 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) R 17383 17386 13007 0 -1 4202560 47670 12581 0 0 1581 39 5 3 20 0 17 0 84866489 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140601402407760 140601463759591 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=14202692 CPUtime=3.06 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 44913 12581 0 0 264 34 5 3 20 0 17 0 84866490 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600949715728 140601471141589 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 59 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600948663136 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 50 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600947610752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 241 12581 0 0 0 0 5 3 20 0 17 0 84866493 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=14202692 CPUtime=11.04 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) S 17383 17386 13007 0 -1 1077944384 23498 12581 0 0 1091 5 5 3 20 0 17 0 84866493 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600945506928 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=14202692 CPUtime=10.94 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) S 17383 17386 13007 0 -1 1077944384 22040 12581 0 0 1081 5 5 3 20 0 17 0 84866493 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600944454128 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=14202692 CPUtime=3.36 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 21551 12581 0 0 322 6 5 3 20 0 17 0 84866493 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600943401840 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 17 0 84866494 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=14202692 CPUtime=1.41 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 1691 12581 0 0 60 73 5 3 20 0 17 0 84866501 14543556608 704460 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 2521.06
Current children cumulated vsize (KiB) 14202692

[startup+2448 s]
/proc/loadavg: 1.35 1.34 1.38 6/216 17747
/proc/meminfo: memFree=27239764/32770624 swapFree=0/459512
[pid=17386] ppid=17383 vsize=14202692 CPUtime=2524.03 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 468444 12581 0 0 252058 337 5 3 20 0 17 0 84866459 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3550673 704252 3492 1 0 3539287 0
[pid=17386/tid=17436] ppid=17383 vsize=14202692 CPUtime=2426.77 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) S 17383 17386 13007 0 -1 1077944384 171932 12581 0 0 242588 81 5 3 20 0 17 0 84866488 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140601475369104 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=14202692 CPUtime=17 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) R 17383 17386 13007 0 -1 4202560 51516 12581 0 0 1655 37 5 3 20 0 17 0 84866489 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140601405565728 140601455588851 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=14202692 CPUtime=16.98 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) R 17383 17386 13007 0 -1 4202560 36616 12581 0 0 1654 36 5 3 20 0 17 0 84866489 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140601404513240 140601452741215 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=14202692 CPUtime=17 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) R 17383 17386 13007 0 -1 4202560 43934 12581 0 0 1655 37 5 3 20 0 17 0 84866489 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601455588835 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=14202692 CPUtime=17.01 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) R 17383 17386 13007 0 -1 4202560 47684 12581 0 0 1654 39 5 3 20 0 17 0 84866489 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140601402407952 140601456127936 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=14202692 CPUtime=3.13 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 45125 12581 0 0 271 34 5 3 20 0 17 0 84866490 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600949715728 140601471141589 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 60 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600948663040 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 50 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600947610752 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 241 12581 0 0 0 0 5 3 20 0 17 0 84866493 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=14202692 CPUtime=11.04 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) S 17383 17386 13007 0 -1 1077944384 23498 12581 0 0 1091 5 5 3 20 0 17 0 84866493 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600945506928 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=14202692 CPUtime=10.94 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) S 17383 17386 13007 0 -1 1077944384 22040 12581 0 0 1081 5 5 3 20 0 17 0 84866493 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600944454128 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=14202692 CPUtime=3.36 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 21551 12581 0 0 322 6 5 3 20 0 17 0 84866493 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600943401840 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 17 0 84866494 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=14202692 CPUtime=1.41 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 1691 12581 0 0 60 73 5 3 20 0 17 0 84866501 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17746] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17746/stat : 17746 (java) S 17383 17386 13007 0 -1 1077944384 321 12581 0 0 0 0 5 3 20 0 17 0 85111151 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600842022896 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17747] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17747/stat : 17747 (java) S 17383 17386 13007 0 -1 1077944384 30 12581 0 0 0 0 5 3 20 0 17 0 85111151 14543556608 704252 18446744073709551615 4194304 4196468 140724659581936 140600840971328 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 2524.03
Current children cumulated vsize (KiB) 14202692

[startup+2448.4 s]
/proc/loadavg: 1.35 1.34 1.38 6/216 17747
/proc/meminfo: memFree=27239764/32770624 swapFree=0/459512
[pid=17386] ppid=17383 vsize=14202692 CPUtime=2525.55 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 468466 12581 0 0 252210 337 5 3 20 0 17 0 84866459 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3550673 703996 3492 1 0 3539287 0
[pid=17386/tid=17436] ppid=17383 vsize=14202692 CPUtime=2426.77 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) S 17383 17386 13007 0 -1 1077944384 171932 12581 0 0 242588 81 5 3 20 0 17 0 84866488 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601475369104 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=14202692 CPUtime=17.37 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) R 17383 17386 13007 0 -1 4202560 51525 12581 0 0 1692 37 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601405566040 140601455829135 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=14202692 CPUtime=17.35 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) R 17383 17386 13007 0 -1 4202560 36620 12581 0 0 1691 36 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601404513040 140601455585312 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=14202692 CPUtime=17.38 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) R 17383 17386 13007 0 -1 4202560 43934 12581 0 0 1693 37 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601452728394 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=14202692 CPUtime=17.38 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) R 17383 17386 13007 0 -1 4202560 47689 12581 0 0 1691 39 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601402408152 140601455828928 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=14202692 CPUtime=3.15 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 45125 12581 0 0 273 34 5 3 20 0 17 0 84866490 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600949715504 140601471141589 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 61 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600948662672 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 52 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600947610304 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 241 12581 0 0 0 0 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=14202692 CPUtime=11.04 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) S 17383 17386 13007 0 -1 1077944384 23498 12581 0 0 1091 5 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600945506688 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=14202692 CPUtime=10.94 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) S 17383 17386 13007 0 -1 1077944384 22040 12581 0 0 1081 5 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600944454176 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=14202692 CPUtime=3.36 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 21551 12581 0 0 322 6 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600943401888 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 17 0 84866494 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=14202692 CPUtime=1.42 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 1691 12581 0 0 60 74 5 3 20 0 17 0 84866501 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17746] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17746/stat : 17746 (java) S 17383 17386 13007 0 -1 1077944384 321 12581 0 0 0 0 5 3 20 0 17 0 85111151 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600842022896 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17747] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17747/stat : 17747 (java) S 17383 17386 13007 0 -1 1077944384 31 12581 0 0 0 0 5 3 20 0 17 0 85111151 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600840971328 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 2525.55
Current children cumulated vsize (KiB) 14202692

[startup+2448.5 s]
/proc/loadavg: 1.35 1.34 1.38 6/216 17747
/proc/meminfo: memFree=27239764/32770624 swapFree=0/459512
[pid=17386] ppid=17383 vsize=14202692 CPUtime=2525.9 cores=1,3,5,7
/proc/17386/stat : 17386 (java) S 17383 17386 13007 0 -1 1077944320 468466 12581 0 0 252245 337 5 3 20 0 17 0 84866459 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140724659564480 140601471131383 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 13 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
/proc/17386/statm: 3550673 703996 3492 1 0 3539287 0
[pid=17386/tid=17436] ppid=17383 vsize=14202692 CPUtime=2426.77 cores=1,3,5,7
/proc/17386/task/17436/stat : 17436 (java) S 17383 17386 13007 0 -1 1077944384 171932 12581 0 0 242588 81 5 3 20 0 17 0 84866488 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601475369104 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17437] ppid=17383 vsize=14202692 CPUtime=17.45 cores=1,3,5,7
/proc/17386/task/17437/stat : 17437 (java) R 17383 17386 13007 0 -1 4202560 51525 12581 0 0 1700 37 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601405566040 140601452741005 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17438] ppid=17383 vsize=14202692 CPUtime=17.44 cores=1,3,5,7
/proc/17386/task/17438/stat : 17438 (java) R 17383 17386 13007 0 -1 4202560 36620 12581 0 0 1700 36 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601404513040 140601455830121 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17439] ppid=17383 vsize=14202692 CPUtime=17.46 cores=1,3,5,7
/proc/17386/task/17439/stat : 17439 (java) R 17383 17386 13007 0 -1 4202560 43934 12581 0 0 1701 37 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601403460752 140601455589020 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17440] ppid=17383 vsize=14202692 CPUtime=17.46 cores=1,3,5,7
/proc/17386/task/17440/stat : 17440 (java) R 17383 17386 13007 0 -1 4202560 47689 12581 0 0 1699 39 5 3 20 0 17 0 84866489 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140601402408152 140601455830128 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17441] ppid=17383 vsize=14202692 CPUtime=3.17 cores=1,3,5,7
/proc/17386/task/17441/stat : 17441 (java) S 17383 17386 13007 0 -1 1077944384 45125 12581 0 0 275 34 5 3 20 0 17 0 84866490 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600949715728 140601471141589 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17442] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17442/stat : 17442 (java) S 17383 17386 13007 0 -1 1077944384 61 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600948662672 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17443] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17443/stat : 17443 (java) S 17383 17386 13007 0 -1 1077944384 52 12581 0 0 0 0 5 3 20 0 17 0 84866491 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600947610304 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17444] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17444/stat : 17444 (java) S 17383 17386 13007 0 -1 1077944384 241 12581 0 0 0 0 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600946559056 140601471149979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17445] ppid=17383 vsize=14202692 CPUtime=11.04 cores=1,3,5,7
/proc/17386/task/17445/stat : 17445 (java) S 17383 17386 13007 0 -1 1077944384 23498 12581 0 0 1091 5 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600945506688 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17446] ppid=17383 vsize=14202692 CPUtime=10.94 cores=1,3,5,7
/proc/17386/task/17446/stat : 17446 (java) S 17383 17386 13007 0 -1 1077944384 22040 12581 0 0 1081 5 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600944454176 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17447] ppid=17383 vsize=14202692 CPUtime=3.36 cores=1,3,5,7
/proc/17386/task/17447/stat : 17447 (java) S 17383 17386 13007 0 -1 1077944384 21551 12581 0 0 322 6 5 3 20 0 17 0 84866493 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600943401888 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17448] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17448/stat : 17448 (java) S 17383 17386 13007 0 -1 1077944384 3 12581 0 0 0 0 5 3 20 0 17 0 84866494 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600942349280 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17449] ppid=17383 vsize=14202692 CPUtime=1.42 cores=1,3,5,7
/proc/17386/task/17449/stat : 17449 (java) S 17383 17386 13007 0 -1 1077944384 1691 12581 0 0 60 74 5 3 20 0 17 0 84866501 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600941296048 140601471142530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17746] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17746/stat : 17746 (java) S 17383 17386 13007 0 -1 1077944384 321 12581 0 0 0 0 5 3 20 0 17 0 85111151 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600842022896 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
[pid=17386/tid=17747] ppid=17383 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17386/task/17747/stat : 17747 (java) S 17383 17386 13007 0 -1 1077944384 31 12581 0 0 0 0 5 3 20 0 17 0 85111151 14543556608 703996 18446744073709551615 4194304 4196468 140724659581936 140600840971328 140601471141589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16736256 140724659582928 140724659585713 140724659585713 140724659589071 0
Current children cumulated CPU time (s) 2525.9
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2448.58
CPU time (s): 2526.12
CPU user time (s): 2522.69
CPU system time (s): 3.42878
CPU usage (%): 103.167
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2522.69
system time used= 3.42878
maximum resident set size= 4219136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 481311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118241
involuntary context switches= 5288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1906 second user time and 13.6706 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 07:18:38
IDJOB=4262013
IDBENCH=122959
IDSOLVER=2650
FILE ID=node135/4262013-1502429553
RUNJOBID= node135-1502411443-13072
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-4262013-1502429553/watcher-4262013-1502429553 -o /tmp/evaluation-result-4262013-1502429553/solver-4262013-1502429553 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262013-1502429553.xml

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

MD5SUM BENCH= 9882d57d510e95008d99aa62e0238ec8
RANDOM SEED=358322377

node135.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.21
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.21
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.21
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.21
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:        30286220 kB
MemAvailable:   31099032 kB
Buffers:          285296 kB
Cached:           819364 kB
SwapCached:            0 kB
Active:          1552440 kB
Inactive:         491940 kB
Active(anon):     940040 kB
Inactive(anon):    33140 kB
Active(file):     612400 kB
Inactive(file):   458800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24144 kB
Writeback:            12 kB
AnonPages:        939636 kB
Mapped:            62284 kB
Shmem:             33464 kB
Slab:             142244 kB
SReclaimable:     114892 kB
SUnreclaim:        27352 kB
KernelStack:        3504 kB
PageTables:         6796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1796848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 07:59:27