Trace number 4262355

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.9099 2499.4099

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-14-int.xml
MD5SUMdbbe8f9566e77e077469f9f7dbe82d4d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3953.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints198
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":194},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":197},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints196
Distribution of constraint types[{"type":"intension","count":196},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.18/2.19	c Concrete v3.4 running
2520.71/2499.37	java.util.concurrent.TimeoutException
2520.71/2499.37		at concrete.MAC.mac(MAC.scala:74)
2520.71/2499.37		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.71/2499.37		at scala.util.Try$.apply(Try.scala:209)
2520.71/2499.37		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.71/2499.37		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.71/2499.37		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.71/2499.37		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.71/2499.37		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.71/2499.37		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.71/2499.37		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.71/2499.37		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.71/2499.37		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.71/2499.37		at concrete.MAC.oneRun(MAC.scala:146)
2520.71/2499.37		at concrete.MAC.nextSolution(MAC.scala:166)
2520.71/2499.37		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.71/2499.37		at concrete.ProblemState.map(ProblemState.scala:203)
2520.71/2499.37		at concrete.ProblemState.map(ProblemState.scala:188)
2520.71/2499.37		at concrete.MAC.nextSolution(MAC.scala:195)
2520.71/2499.37		at concrete.Solver.hasNext(Solver.scala:202)
2520.71/2499.37		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.71/2499.37		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.71/2499.37		at concrete.Solver.toStream(Solver.scala:73)
2520.71/2499.37		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.71/2499.37		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.71/2499.37		at concrete.Solver.toIterable(Solver.scala:73)
2520.71/2499.37		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.71/2499.37		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.71/2499.37		at scala.util.Success.map(Try.scala:209)
2520.71/2499.37		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.71/2499.37		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.71/2499.37		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.71/2499.37		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.71/2499.37		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.71/2499.37		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.71/2499.37		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.71/2499.37		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.71/2499.37		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.71/2499.37		at scala.collection.immutable.List.foreach(List.scala:389)
2520.71/2499.37		at scala.App.main(App.scala:76)
2520.71/2499.37		at scala.App.main$(App.scala:74)
2520.71/2499.37		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.71/2499.37		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.71/2499.38	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-4262355-1502463397/watcher-4262355-1502463397 -o /tmp/evaluation-result-4262355-1502463397/solver-4262355-1502463397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580 bin/concrete HOME/instance-4262355-1502463397.xml 

pid=32342
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.66 1.55 1.48 2/195 32345
/proc/meminfo: memFree=28698724/32770624 swapFree=0/545452
[pid=32345] ppid=32342 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32345/stat : 32345 (runsolver) D 32342 32345 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48533144 24240128 106 18446744073709551615 4194304 4338465 140731142797280 140731142794920 140039927767767 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7200768 140731142803664 140731142804041 140731142804041 140731142807498 0
/proc/32345/statm: 5918 106 53 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 1.66 1.55 1.48 2/195 32345
/proc/meminfo: memFree=28698724/32770624 swapFree=0/545452
[pid=32345] ppid=32342 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/32345/stat : 32345 (bash) R 32342 32345 19618 0 -1 4202496 685 1545 0 0 0 0 0 0 20 0 1 0 48533144 9736192 351 18446744073709551615 4194304 5098028 140737093185200 140737093182840 140237549837312 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 30027776 140737093190164 140737093190249 140737093190249 140737093193706 0
/proc/32345/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200268 s]
/proc/loadavg: 1.66 1.55 1.48 2/195 32345
/proc/meminfo: memFree=28698724/32770624 swapFree=0/545452
[pid=32345] ppid=32342 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/32345/stat : 32345 (bash) S 32342 32345 19618 0 -1 4202496 892 6489 0 0 0 0 0 1 20 0 1 0 48533144 9867264 377 18446744073709551615 4194304 5098028 140737093185200 140737093179208 140237549837312 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 30027776 140737093190164 140737093190249 140737093190249 140737093193706 0
/proc/32345/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30031 s]
/proc/loadavg: 1.66 1.55 1.48 2/195 32345
/proc/meminfo: memFree=28698724/32770624 swapFree=0/545452
[pid=32345] ppid=32342 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 5498 12345 0 0 5 1 5 3 20 0 14 0 48533144 14241083392 5170 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3476827 5170 2557 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.701068 s]
/proc/loadavg: 1.66 1.55 1.48 2/195 32345
/proc/meminfo: memFree=28698724/32770624 swapFree=0/545452
[pid=32345] ppid=32342 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 13513 12345 0 0 57 4 5 3 20 0 15 0 48533144 14310178816 14470 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3493696 14470 3133 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50413 s]
/proc/loadavg: 1.69 1.55 1.48 3/210 32408
/proc/meminfo: memFree=28603260/32770624 swapFree=0/545572
[pid=32345] ppid=32342 vsize=13985408 CPUtime=1.9 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 28532 12345 0 0 172 10 5 3 20 0 15 0 48533144 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3496352 40644 3370 1 0 3485525 0
[pid=32345/tid=32395] ppid=32342 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) S 32342 32345 19618 0 -1 1077944384 21879 12345 0 0 115 6 5 3 20 0 15 0 48533166 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140500284004272 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) R 32342 32345 19618 0 -1 1077944384 43 12345 0 0 0 0 5 3 20 0 15 0 48533166 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) R 32342 32345 19618 0 -1 4202560 42 12345 0 0 0 0 5 3 20 0 15 0 48533166 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500272887802 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) R 32342 32345 19618 0 -1 4202560 188 12345 0 0 0 0 5 3 20 0 15 0 48533166 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500272887852 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) R 32342 32345 19618 0 -1 4202560 71 12345 0 0 0 0 5 3 20 0 15 0 48533166 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500264771559 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 1116 12345 0 0 1 0 5 3 20 0 15 0 48533168 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499757802272 140500279793365 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 33 12345 0 0 0 0 5 3 20 0 15 0 48533168 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499756749984 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 21 12345 0 0 0 0 5 3 20 0 15 0 48533168 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499755696880 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) S 32342 32345 19618 0 -1 1077944384 1017 12345 0 0 14 0 5 3 20 0 15 0 48533171 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499753593584 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) S 32342 32345 19618 0 -1 1077944384 604 12345 0 0 16 0 5 3 20 0 15 0 48533171 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499752541040 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 1354 12345 0 0 23 0 5 3 20 0 15 0 48533171 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499751485360 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 8 12345 0 0 0 0 5 3 20 0 15 0 48533176 14321057792 40644 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10096 s]
/proc/loadavg: 1.69 1.55 1.48 4/210 32408
/proc/meminfo: memFree=28523496/32770624 swapFree=0/545572
[pid=32345] ppid=32342 vsize=13997884 CPUtime=5.55 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 47802 12345 0 0 532 15 5 3 20 0 15 0 48533144 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3499471 55756 3452 1 0 3488085 0
[pid=32345/tid=32395] ppid=32342 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) R 32342 32345 19618 0 -1 4202560 35494 12345 0 0 271 8 5 3 20 0 15 0 48533166 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140500284009328 140499879827136 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) S 32342 32345 19618 0 -1 1077944384 48 12345 0 0 0 0 5 3 20 0 15 0 48533166 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) S 32342 32345 19618 0 -1 1077944384 42 12345 0 0 0 0 5 3 20 0 15 0 48533166 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) S 32342 32345 19618 0 -1 1077944384 188 12345 0 0 0 0 5 3 20 0 15 0 48533166 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) S 32342 32345 19618 0 -1 1077944384 71 12345 0 0 1 0 5 3 20 0 15 0 48533166 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 1131 12345 0 0 1 0 5 3 20 0 15 0 48533168 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499757803760 140500279794306 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 56 12345 0 0 0 0 5 3 20 0 15 0 48533168 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 44 12345 0 0 0 0 5 3 20 0 15 0 48533168 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=13997884 CPUtime=0.76 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) R 32342 32345 19618 0 -1 4202560 1781 12345 0 0 67 1 5 3 20 0 15 0 48533171 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499753580152 140500258199367 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) R 32342 32345 19618 0 -1 4202560 3710 12345 0 0 100 0 5 3 20 0 15 0 48533171 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499752520784 140500261304363 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=13997884 CPUtime=0.96 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 3070 12345 0 0 87 1 5 3 20 0 15 0 48533171 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499751487984 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 9 12345 0 0 0 0 5 3 20 0 15 0 48533176 14333833216 55756 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 13997884

[startup+6.30073 s]
/proc/loadavg: 1.69 1.55 1.48 4/210 32408
/proc/meminfo: memFree=28407408/32770624 swapFree=0/545572
[pid=32345] ppid=32342 vsize=13997884 CPUtime=10.02 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 52661 12345 0 0 976 18 5 3 20 0 15 0 48533144 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3499471 77246 3468 1 0 3488085 0
[pid=32345/tid=32395] ppid=32342 vsize=13997884 CPUtime=6.05 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) R 32342 32345 19618 0 -1 4202560 35933 12345 0 0 588 9 5 3 20 0 15 0 48533166 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140500284014592 140499873763867 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) S 32342 32345 19618 0 -1 1077944384 79 12345 0 0 1 1 5 3 20 0 15 0 48533166 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) S 32342 32345 19618 0 -1 1077944384 222 12345 0 0 2 0 5 3 20 0 15 0 48533166 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) S 32342 32345 19618 0 -1 1077944384 198 12345 0 0 2 0 5 3 20 0 15 0 48533166 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) S 32342 32345 19618 0 -1 1077944384 85 12345 0 0 2 0 5 3 20 0 15 0 48533166 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 1171 12345 0 0 1 0 5 3 20 0 15 0 48533168 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499757803760 140500279794306 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 56 12345 0 0 0 0 5 3 20 0 15 0 48533168 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 44 12345 0 0 0 0 5 3 20 0 15 0 48533168 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=13997884 CPUtime=1.39 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) R 32342 32345 19618 0 -1 4202560 4842 12345 0 0 130 1 5 3 20 0 15 0 48533171 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499753593880 140500261327393 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=13997884 CPUtime=1.53 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) S 32342 32345 19618 0 -1 1077944384 4402 12345 0 0 144 1 5 3 20 0 15 0 48533171 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499752541040 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 3458 12345 0 0 100 1 5 3 20 0 15 0 48533171 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499751487984 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 13 12345 0 0 0 0 5 3 20 0 15 0 48533176 14333833216 77246 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 13997884

[startup+12.701 s]
/proc/loadavg: 1.89 1.60 1.50 3/210 32409
/proc/meminfo: memFree=28109240/32770624 swapFree=0/545564
[pid=32345] ppid=32342 vsize=14069564 CPUtime=24.13 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 92437 12345 0 0 2367 38 5 3 20 0 15 0 48533144 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3517391 149995 3480 1 0 3506005 0
[pid=32345/tid=32395] ppid=32342 vsize=14069564 CPUtime=12.3 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) R 32342 32345 19618 0 -1 4202560 55388 12345 0 0 1209 13 5 3 20 0 15 0 48533166 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140500284014504 140499880334279 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) S 32342 32345 19618 0 -1 1077944384 553 12345 0 0 8 4 5 3 20 0 15 0 48533166 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) S 32342 32345 19618 0 -1 1077944384 976 12345 0 0 9 3 5 3 20 0 15 0 48533166 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) S 32342 32345 19618 0 -1 1077944384 440 12345 0 0 8 3 5 3 20 0 15 0 48533166 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) S 32342 32345 19618 0 -1 1077944384 301 12345 0 0 9 3 5 3 20 0 15 0 48533166 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 6418 12345 0 0 5 0 5 3 20 0 15 0 48533168 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140499757803760 140500279794306 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 61 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 48 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 149995 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0

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

/proc/32345/task/32396/stat : 32396 (java) S 32342 32345 19618 0 -1 1077944384 12876 12345 0 0 265 20 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=14069564 CPUtime=2.92 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) S 32342 32345 19618 0 -1 1077944384 18843 12345 0 0 264 20 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=14069564 CPUtime=2.9 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) S 32342 32345 19618 0 -1 1077944384 14646 12345 0 0 265 17 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=14069564 CPUtime=2.92 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) S 32342 32345 19618 0 -1 1077944384 14566 12345 0 0 264 20 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=14069564 CPUtime=2.6 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 20924 12345 0 0 235 17 5 3 20 0 15 0 48533168 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499757803760 140500279794306 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 67 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 48 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) S 32342 32345 19618 0 -1 1077944384 16275 12345 0 0 506 3 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499753593584 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=14069564 CPUtime=5.83 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) S 32342 32345 19618 0 -1 1077944384 16039 12345 0 0 573 2 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499752541040 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 23923 12345 0 0 183 4 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499751487984 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=14069564 CPUtime=0.67 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 1320 12345 0 0 27 32 5 3 20 0 15 0 48533176 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 2402.79
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.09 1.24 1.34 3/209 769
/proc/meminfo: memFree=28647568/32770624 swapFree=0/546088
[pid=32345] ppid=32342 vsize=14069564 CPUtime=2463.02 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 245741 12345 0 0 246140 154 5 3 20 0 15 0 48533144 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3517391 358229 3483 1 0 3506005 0
[pid=32345/tid=32395] ppid=32342 vsize=14069564 CPUtime=2435.32 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) R 32342 32345 19618 0 -1 4202560 103036 12345 0 0 243487 37 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500284017280 140499873977992 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=14069564 CPUtime=3.01 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) S 32342 32345 19618 0 -1 1077944384 12957 12345 0 0 273 20 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=14069564 CPUtime=3 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) S 32342 32345 19618 0 -1 1077944384 19120 12345 0 0 272 20 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=14069564 CPUtime=2.99 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) S 32342 32345 19618 0 -1 1077944384 14920 12345 0 0 273 18 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=14069564 CPUtime=3 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) S 32342 32345 19618 0 -1 1077944384 14712 12345 0 0 272 20 5 3 20 0 15 0 48533166 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=14069564 CPUtime=2.66 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 21134 12345 0 0 241 17 5 3 20 0 15 0 48533168 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499757803760 140500279794306 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 67 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 48 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) S 32342 32345 19618 0 -1 1077944384 16279 12345 0 0 506 3 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499753593584 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=14069564 CPUtime=5.83 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) S 32342 32345 19618 0 -1 1077944384 16043 12345 0 0 573 2 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499752541040 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 23927 12345 0 0 183 4 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499751487984 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=14069564 CPUtime=0.68 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 1340 12345 0 0 28 32 5 3 20 0 15 0 48533176 14407233536 358229 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 2463.02
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.1 s]
/proc/loadavg: 1.03 1.20 1.32 3/209 771
/proc/meminfo: memFree=28665436/32770624 swapFree=0/546108
[pid=32345] ppid=32342 vsize=14069564 CPUtime=2520.07 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 247535 12345 0 0 251842 157 5 3 20 0 15 0 48533144 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3517391 356690 3483 1 0 3506005 0
[pid=32345/tid=32395] ppid=32342 vsize=14069564 CPUtime=2491.95 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) R 32342 32345 19618 0 -1 4202560 103715 12345 0 0 249150 37 5 3 20 0 15 0 48533166 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140500284017456 140499880374769 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=14069564 CPUtime=3.1 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) S 32342 32345 19618 0 -1 1077944384 13092 12345 0 0 281 21 5 3 20 0 15 0 48533166 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140500199197712 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=14069564 CPUtime=3.08 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) S 32342 32345 19618 0 -1 1077944384 19210 12345 0 0 280 20 5 3 20 0 15 0 48533166 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140500198145168 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=14069564 CPUtime=3.07 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) S 32342 32345 19618 0 -1 1077944384 15023 12345 0 0 281 18 5 3 20 0 15 0 48533166 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140500197092112 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=14069564 CPUtime=3.08 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) S 32342 32345 19618 0 -1 1077944384 15101 12345 0 0 279 21 5 3 20 0 15 0 48533166 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140500196039568 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=14069564 CPUtime=2.74 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 21486 12345 0 0 248 18 5 3 20 0 15 0 48533168 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499757803760 140500279794306 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 67 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 48 12345 0 0 0 0 5 3 20 0 15 0 48533168 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) S 32342 32345 19618 0 -1 1077944384 16281 12345 0 0 506 3 5 3 20 0 15 0 48533171 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499753593584 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=14069564 CPUtime=5.83 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) S 32342 32345 19618 0 -1 1077944384 16045 12345 0 0 573 2 5 3 20 0 15 0 48533171 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499752541040 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 23929 12345 0 0 183 4 5 3 20 0 15 0 48533171 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499751487984 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 15 0 48533171 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=14069564 CPUtime=0.69 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 1380 12345 0 0 28 33 5 3 20 0 15 0 48533176 14407233536 356690 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2499.21 s]
/proc/loadavg: 1.03 1.20 1.32 6/211 773
/proc/meminfo: memFree=28659152/32770624 swapFree=0/546108
[pid=32345] ppid=32342 vsize=14202692 CPUtime=2520.4 cores=1,3,5,7
/proc/32345/stat : 32345 (java) S 32342 32345 19618 0 -1 1077944320 253354 12345 0 0 251875 157 5 3 20 0 17 0 48533144 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140732573140752 140500279783159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
/proc/32345/statm: 3550673 358365 3483 1 0 3539287 0
[pid=32345/tid=32395] ppid=32342 vsize=14202692 CPUtime=2491.95 cores=1,3,5,7
/proc/32345/task/32395/stat : 32395 (java) S 32342 32345 19618 0 -1 1077944384 104031 12345 0 0 249150 37 5 3 20 0 17 0 48533166 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140500284020944 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32396] ppid=32342 vsize=14202692 CPUtime=3.17 cores=1,3,5,7
/proc/32345/task/32396/stat : 32396 (java) R 32342 32345 19618 0 -1 4202560 13157 12345 0 0 288 21 5 3 20 0 17 0 48533166 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140500199197832 140500272411367 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32397] ppid=32342 vsize=14202692 CPUtime=3.16 cores=1,3,5,7
/proc/32345/task/32397/stat : 32397 (java) R 32342 32345 19618 0 -1 4202560 19234 12345 0 0 288 20 5 3 20 0 17 0 48533166 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140500198144976 140500272411367 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32398] ppid=32342 vsize=14202692 CPUtime=3.15 cores=1,3,5,7
/proc/32345/task/32398/stat : 32398 (java) R 32342 32345 19618 0 -1 4202560 15045 12345 0 0 289 18 5 3 20 0 17 0 48533166 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140500197092312 140500264483790 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32399] ppid=32342 vsize=14202692 CPUtime=3.16 cores=1,3,5,7
/proc/32345/task/32399/stat : 32399 (java) R 32342 32345 19618 0 -1 4202560 15153 12345 0 0 287 21 5 3 20 0 17 0 48533166 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140500196039376 140500272411367 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32400] ppid=32342 vsize=14202692 CPUtime=2.77 cores=1,3,5,7
/proc/32345/task/32400/stat : 32400 (java) S 32342 32345 19618 0 -1 1077944384 26636 12345 0 0 251 18 5 3 20 0 17 0 48533168 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499757802384 140500279793365 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32401] ppid=32342 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32401/stat : 32401 (java) S 32342 32345 19618 0 -1 1077944384 67 12345 0 0 0 0 5 3 20 0 17 0 48533168 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499756750048 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32402] ppid=32342 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32402/stat : 32402 (java) S 32342 32345 19618 0 -1 1077944384 48 12345 0 0 0 0 5 3 20 0 17 0 48533168 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499755696896 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32403] ppid=32342 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32403/stat : 32403 (java) S 32342 32345 19618 0 -1 1077944384 83 12345 0 0 0 0 5 3 20 0 17 0 48533171 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499754645456 140500279801755 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32404] ppid=32342 vsize=14202692 CPUtime=5.17 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) S 32342 32345 19618 0 -1 1077944384 16281 12345 0 0 506 3 5 3 20 0 17 0 48533171 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499753593584 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32405] ppid=32342 vsize=14202692 CPUtime=5.83 cores=1,3,5,7
/proc/32345/task/32405/stat : 32405 (java) S 32342 32345 19618 0 -1 1077944384 16045 12345 0 0 573 2 5 3 20 0 17 0 48533171 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499752541040 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32406] ppid=32342 vsize=14202692 CPUtime=1.95 cores=1,3,5,7
/proc/32345/task/32406/stat : 32406 (java) S 32342 32345 19618 0 -1 1077944384 23929 12345 0 0 183 4 5 3 20 0 17 0 48533171 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499751487984 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32407] ppid=32342 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/32407/stat : 32407 (java) S 32342 32345 19618 0 -1 1077944384 3 12345 0 0 0 0 5 3 20 0 17 0 48533171 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499750435680 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=32408] ppid=32342 vsize=14202692 CPUtime=0.69 cores=1,3,5,7
/proc/32345/task/32408/stat : 32408 (java) S 32342 32345 19618 0 -1 1077944384 1380 12345 0 0 28 33 5 3 20 0 17 0 48533176 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499749382704 140500279794306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=772] ppid=32342 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/772/stat : 772 (java) S 32342 32345 19618 0 -1 1077944384 85 12345 0 0 0 0 5 3 20 0 17 0 48783055 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499650339184 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
[pid=32345/tid=773] ppid=32342 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/32345/task/773/stat : 773 (java) S 32342 32345 19618 0 -1 1077944384 24 12345 0 0 0 0 5 3 20 0 17 0 48783055 14543556608 358365 18446744073709551615 4194304 4196468 140732573158208 140499649286848 140500279793365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15319040 140732573165520 140732573168305 140732573168305 140732573171663 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14202692

[startup+2499.4 s]
/proc/loadavg: 1.03 1.20 1.32 6/211 773
/proc/meminfo: memFree=28659152/32770624 swapFree=0/546108
[pid=32345] ppid=32342 vsize=0 CPUtime=2520.89 cores=1,3,5,7
/proc/32345/stat : 32345 (java) Z 32342 32345 19618 0 -1 4228108 253763 12345 0 0 251923 158 5 3 20 0 2 0 48533144 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/32345/statm: 0 0 0 0 0 0 0
[pid=32345/tid=32404] ppid=32342 vsize=0 CPUtime=5.19 cores=1,3,5,7
/proc/32345/task/32404/stat : 32404 (java) R 32342 32345 19618 0 -1 4203588 16296 12345 0 0 507 4 5 3 20 0 2 0 48533171 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2520.89
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2499.41
CPU time (s): 2520.91
CPU user time (s): 2519.29
CPU system time (s): 1.61829
CPU usage (%): 100.86
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.29
system time used= 1.61829
maximum resident set size= 1664884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115396
involuntary context switches= 3515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7677 second user time and 15.2606 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 16:42:30
IDJOB=4262355
IDBENCH=134598
IDSOLVER=2650
FILE ID=node127/4262355-1502463397
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-14-int.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262355-1502463397/watcher-4262355-1502463397 -o /tmp/evaluation-result-4262355-1502463397/solver-4262355-1502463397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262355-1502463397.xml

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

MD5SUM BENCH= dbbe8f9566e77e077469f9f7dbe82d4d
RANDOM SEED=1949913438

node127.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.92
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.92
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.92
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.92
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:        28699632 kB
MemAvailable:   29504148 kB
Buffers:          256544 kB
Cached:           838204 kB
SwapCached:            0 kB
Active:          3071672 kB
Inactive:         570100 kB
Active(anon):    2547492 kB
Inactive(anon):    24908 kB
Active(file):     524180 kB
Inactive(file):   545192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24440 kB
Writeback:             4 kB
AnonPages:       2547312 kB
Mapped:            55084 kB
Shmem:             25252 kB
Slab:             127784 kB
SReclaimable:     101956 kB
SUnreclaim:        25828 kB
KernelStack:        3456 kB
PageTables:        11488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3288480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2359296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 17:24:09