Trace number 4262596

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) 2521.3601 2453.4399

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0422
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22299
running on 4 cores: 0,2,4,6

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.35 1.43 1.42 3/194 22302
/proc/meminfo: memFree=30435824/32770624 swapFree=0/542972
[pid=22302] ppid=22299 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22302/stat : 22302 (runsolver) D 22299 22302 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 44902910 24240128 108 18446744073709551615 4194304 4338465 140728676290384 140728676288024 139980117713623 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 28938240 140728676294864 140728676295241 140728676295241 140728676298698 0
/proc/22302/statm: 5918 108 54 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 1.35 1.43 1.42 3/194 22302
/proc/meminfo: memFree=30435824/32770624 swapFree=0/542972
[pid=22302] ppid=22299 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/22302/stat : 22302 (bash) S 22299 22302 19618 0 -1 4202496 716 3530 0 0 0 0 0 0 20 0 1 0 44902910 9736192 355 18446744073709551615 4194304 5098028 140734485296208 140734485293848 140508153728000 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 37871616 140734485303828 140734485303913 140734485303913 140734485307370 0
/proc/22302/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20019 s]
/proc/loadavg: 1.35 1.43 1.42 3/194 22302
/proc/meminfo: memFree=30435824/32770624 swapFree=0/542972
[pid=22302] ppid=22299 vsize=11659684 CPUtime=0.07 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 3109 12360 0 0 0 0 4 3 20 0 4 0 44902910 11939516416 2390 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 2914921 2390 1152 1 0 2904891 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11659684

[startup+0.300247 s]
/proc/loadavg: 1.35 1.43 1.42 3/194 22302
/proc/meminfo: memFree=30435824/32770624 swapFree=0/542972
[pid=22302] ppid=22299 vsize=13974356 CPUtime=0.15 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 6022 12360 0 0 7 1 4 3 20 0 15 0 44902910 14309740544 6708 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3493589 6708 2809 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13974356

[startup+0.700306 s]
/proc/loadavg: 1.35 1.43 1.42 3/194 22302
/proc/meminfo: memFree=30435824/32770624 swapFree=0/542972
[pid=22302] ppid=22299 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 14017 12360 0 0 59 5 4 3 20 0 15 0 44902910 14310178816 14908 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3493696 14908 3116 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.5011 s]
/proc/loadavg: 1.41 1.44 1.42 4/209 22365
/proc/meminfo: memFree=30340632/32770624 swapFree=0/543108
[pid=22302] ppid=22299 vsize=13985408 CPUtime=1.98 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 29578 12360 0 0 180 11 4 3 20 0 15 0 44902910 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3496352 43144 3367 1 0 3485525 0
[pid=22302/tid=22352] ppid=22299 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) S 22299 22302 19618 0 -1 1077944384 22991 12360 0 0 115 7 4 3 20 0 15 0 44902929 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603906536432 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) S 22299 22302 19618 0 -1 1077944384 203 12360 0 0 1 0 4 3 20 0 15 0 44902930 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) S 22299 22302 19618 0 -1 1077944384 65 12360 0 0 1 0 4 3 20 0 15 0 44902930 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) S 22299 22302 19618 0 -1 1077944384 32 12360 0 0 1 0 4 3 20 0 15 0 44902930 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) S 22299 22302 19618 0 -1 1077944384 50 12360 0 0 1 0 4 3 20 0 15 0 44902930 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 737 12360 0 0 1 0 4 3 20 0 15 0 44902931 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603380206192 140603902327426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 54 12360 0 0 0 0 4 3 20 0 15 0 44902932 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603379152160 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 46 12360 0 0 0 0 4 3 20 0 15 0 44902932 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603378099824 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) S 22299 22302 19618 0 -1 1077944384 1028 12360 0 0 17 0 4 3 20 0 15 0 44902935 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603375994992 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) S 22299 22302 19618 0 -1 1077944384 852 12360 0 0 16 0 4 3 20 0 15 0 44902935 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) R 22299 22302 19618 0 -1 4202560 1351 12360 0 0 23 0 4 3 20 0 15 0 44902935 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603373885664 140603894553406 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 10 12360 0 0 0 0 4 3 20 0 15 0 44902938 14321057792 43144 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10353 s]
/proc/loadavg: 1.41 1.44 1.42 3/209 22365
/proc/meminfo: memFree=30265728/32770624 swapFree=0/543108
[pid=22302] ppid=22299 vsize=13997884 CPUtime=6.25 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 42391 12360 0 0 600 18 4 3 20 0 15 0 44902910 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3499471 70546 3462 1 0 3488085 0
[pid=22302/tid=22352] ppid=22299 vsize=13997884 CPUtime=2.88 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) R 22299 22302 19618 0 -1 4202560 30569 12360 0 0 270 11 4 3 20 0 15 0 44902929 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603906548848 140603499603128 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) S 22299 22302 19618 0 -1 1077944384 239 12360 0 0 2 0 4 3 20 0 15 0 44902930 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) S 22299 22302 19618 0 -1 1077944384 77 12360 0 0 2 0 4 3 20 0 15 0 44902930 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) S 22299 22302 19618 0 -1 1077944384 48 12360 0 0 1 0 4 3 20 0 15 0 44902930 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) S 22299 22302 19618 0 -1 1077944384 185 12360 0 0 1 0 4 3 20 0 15 0 44902930 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 800 12360 0 0 1 0 4 3 20 0 15 0 44902931 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603380206192 140603902327426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 54 12360 0 0 0 0 4 3 20 0 15 0 44902932 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603379152224 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 47 12360 0 0 0 0 4 3 20 0 15 0 44902932 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) R 22299 22302 19618 0 -1 4202560 2418 12360 0 0 110 0 4 3 20 0 15 0 44902935 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603375974944 140603887245731 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) R 22299 22302 19618 0 -1 4202560 1944 12360 0 0 96 1 4 3 20 0 15 0 44902935 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603895301321 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) R 22299 22302 19618 0 -1 4202560 3840 12360 0 0 112 1 4 3 20 0 15 0 44902935 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603373889088 140603881636352 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 11 12360 0 0 0 0 4 3 20 0 15 0 44902938 14333833216 70546 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 13997884

[startup+6.30095 s]
/proc/loadavg: 1.41 1.44 1.42 6/209 22365
/proc/meminfo: memFree=30072112/32770624 swapFree=0/543108
[pid=22302] ppid=22299 vsize=13999932 CPUtime=15.48 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 65047 12360 0 0 1512 29 4 3 20 0 15 0 44902910 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3499983 95604 3473 1 0 3488597 0
[pid=22302/tid=22352] ppid=22299 vsize=13999932 CPUtime=6 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) R 22299 22302 19618 0 -1 4202560 35499 12360 0 0 580 13 4 3 20 0 15 0 44902929 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603906545552 140603488808072 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) S 22299 22302 19618 0 -1 1077944384 1289 12360 0 0 5 1 4 3 20 0 15 0 44902930 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) S 22299 22302 19618 0 -1 1077944384 119 12360 0 0 4 1 4 3 20 0 15 0 44902930 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) S 22299 22302 19618 0 -1 1077944384 156 12360 0 0 4 1 4 3 20 0 15 0 44902930 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) S 22299 22302 19618 0 -1 1077944384 222 12360 0 0 5 1 4 3 20 0 15 0 44902930 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 1704 12360 0 0 2 0 4 3 20 0 15 0 44902931 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603380206192 140603902327426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 60 12360 0 0 0 0 4 3 20 0 15 0 44902932 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603379152224 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 54 12360 0 0 0 0 4 3 20 0 15 0 44902932 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=13999932 CPUtime=3.76 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) R 22299 22302 19618 0 -1 1077944384 7977 12360 0 0 367 2 4 3 20 0 15 0 44902935 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603375994992 140603902327426 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=13999932 CPUtime=3.61 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) S 22299 22302 19618 0 -1 1077944384 6707 12360 0 0 352 2 4 3 20 0 15 0 44902935 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=13999932 CPUtime=1.97 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) S 22299 22302 19618 0 -1 1077944384 8401 12360 0 0 187 3 4 3 20 0 15 0 44902935 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603373889904 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 698 12360 0 0 0 0 4 3 20 0 15 0 44902938 14335930368 95604 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 13999932

[startup+12.7016 s]
/proc/loadavg: 1.73 1.51 1.44 5/209 22490
/proc/meminfo: memFree=29813100/32770624 swapFree=0/543204
[pid=22302] ppid=22299 vsize=14069564 CPUtime=28.21 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 105544 12360 0 0 2752 62 4 3 20 0 15 0 44902910 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3517391 284822 3486 1 0 3506005 0
[pid=22302/tid=22352] ppid=22299 vsize=14069564 CPUtime=12.19 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) R 22299 22302 19618 0 -1 4202560 50369 12360 0 0 1191 21 4 3 20 0 15 0 44902929 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603906547768 140603510774056 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) S 22299 22302 19618 0 -1 1077944384 1422 12360 0 0 16 6 4 3 20 0 15 0 44902930 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) S 22299 22302 19618 0 -1 1077944384 237 12360 0 0 14 5 4 3 20 0 15 0 44902930 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=14069564 CPUtime=0.28 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) S 22299 22302 19618 0 -1 1077944384 278 12360 0 0 15 6 4 3 20 0 15 0 44902930 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) S 22299 22302 19618 0 -1 1077944384 1054 12360 0 0 16 6 4 3 20 0 15 0 44902930 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 6119 12360 0 0 6 0 4 3 20 0 15 0 44902931 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603380206192 140603902327426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 61 12360 0 0 0 0 4 3 20 0 15 0 44902932 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603379152224 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 57 12360 0 0 0 0 4 3 20 0 15 0 44902932 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14407233536 284822 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0

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

/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14407233536 543669 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=14069564 CPUtime=1.45 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 2735 12360 0 0 67 71 4 3 20 0 15 0 44902938 14407233536 543669 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 2447.75
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.61 1.63 1.59 3/209 24022
/proc/meminfo: memFree=22665920/32770624 swapFree=0/539248
[pid=22302] ppid=22299 vsize=14069564 CPUtime=2509.12 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 356573 12360 0 0 250594 311 4 3 20 0 15 0 44902910 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3517391 540717 3487 1 0 3506005 0
[pid=22302/tid=22352] ppid=22299 vsize=14069564 CPUtime=2417.03 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) R 22299 22302 19618 0 -1 4202560 137172 12360 0 0 241626 70 4 3 20 0 15 0 44902929 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603906550592 140603493024591 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=14069564 CPUtime=17.41 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) S 22299 22302 19618 0 -1 1077944384 31142 12360 0 0 1697 37 4 3 20 0 15 0 44902930 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=14069564 CPUtime=17.39 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) S 22299 22302 19618 0 -1 1077944384 25224 12360 0 0 1699 33 4 3 20 0 15 0 44902930 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=14069564 CPUtime=17.42 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) S 22299 22302 19618 0 -1 1077944384 34923 12360 0 0 1700 35 4 3 20 0 15 0 44902930 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=14069564 CPUtime=17.4 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) S 22299 22302 19618 0 -1 1077944384 31677 12360 0 0 1697 36 4 3 20 0 15 0 44902930 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=14069564 CPUtime=5.35 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 29316 12360 0 0 491 37 4 3 20 0 15 0 44902931 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603380206192 140603902327426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 61 12360 0 0 0 0 4 3 20 0 15 0 44902932 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603379152224 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 57 12360 0 0 0 0 4 3 20 0 15 0 44902932 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=14069564 CPUtime=6.67 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) S 22299 22302 19618 0 -1 1077944384 18163 12360 0 0 656 4 4 3 20 0 15 0 44902935 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603375994992 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=14069564 CPUtime=6.77 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) S 22299 22302 19618 0 -1 1077944384 22854 12360 0 0 666 4 4 3 20 0 15 0 44902935 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=14069564 CPUtime=2.72 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) S 22299 22302 19618 0 -1 1077944384 21058 12360 0 0 260 5 4 3 20 0 15 0 44902935 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603373889904 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=14069564 CPUtime=1.48 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 2765 12360 0 0 69 72 4 3 20 0 15 0 44902938 14407233536 540717 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 2509.12
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453 s]
/proc/loadavg: 1.60 1.62 1.59 3/209 24022
/proc/meminfo: memFree=22666588/32770624 swapFree=0/539248
[pid=22302] ppid=22299 vsize=14069564 CPUtime=2520.07 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 356759 12360 0 0 251689 311 4 3 20 0 15 0 44902910 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3517391 540716 3487 1 0 3506005 0
[pid=22302/tid=22352] ppid=22299 vsize=14069564 CPUtime=2427.61 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) R 22299 22302 19618 0 -1 4202560 137302 12360 0 0 242684 70 4 3 20 0 15 0 44902929 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603906550272 140603510829985 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=14069564 CPUtime=17.49 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) S 22299 22302 19618 0 -1 1077944384 31145 12360 0 0 1705 37 4 3 20 0 15 0 44902930 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=14069564 CPUtime=17.48 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) S 22299 22302 19618 0 -1 1077944384 25264 12360 0 0 1707 34 4 3 20 0 15 0 44902930 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=14069564 CPUtime=17.5 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) S 22299 22302 19618 0 -1 1077944384 34932 12360 0 0 1708 35 4 3 20 0 15 0 44902930 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=14069564 CPUtime=17.49 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) S 22299 22302 19618 0 -1 1077944384 31678 12360 0 0 1706 36 4 3 20 0 15 0 44902930 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=14069564 CPUtime=5.38 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 29319 12360 0 0 493 38 4 3 20 0 15 0 44902931 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603380206192 140603902327426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 61 12360 0 0 0 0 4 3 20 0 15 0 44902932 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603379152224 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 57 12360 0 0 0 0 4 3 20 0 15 0 44902932 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=14069564 CPUtime=6.67 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) S 22299 22302 19618 0 -1 1077944384 18163 12360 0 0 656 4 4 3 20 0 15 0 44902935 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603375994992 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=14069564 CPUtime=6.77 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) S 22299 22302 19618 0 -1 1077944384 22854 12360 0 0 666 4 4 3 20 0 15 0 44902935 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=14069564 CPUtime=2.72 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) S 22299 22302 19618 0 -1 1077944384 21058 12360 0 0 260 5 4 3 20 0 15 0 44902935 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603373889904 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 15 0 44902935 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=14069564 CPUtime=1.5 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 2765 12360 0 0 70 73 4 3 20 0 15 0 44902938 14407233536 540716 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 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 22302 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2453.21 s]
/proc/loadavg: 1.60 1.62 1.59 3/209 24022
/proc/meminfo: memFree=22666588/32770624 swapFree=0/539248
[pid=22302] ppid=22299 vsize=14202692 CPUtime=2520.74 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 364535 12360 0 0 251755 312 4 3 20 0 17 0 44902910 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3550673 544701 3487 1 0 3539287 0
[pid=22302/tid=22352] ppid=22299 vsize=14202692 CPUtime=2427.62 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) S 22299 22302 19618 0 -1 1077944384 137673 12360 0 0 242685 70 4 3 20 0 17 0 44902929 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603906554032 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=14202692 CPUtime=17.65 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) R 22299 22302 19618 0 -1 4202560 31568 12360 0 0 1721 37 4 3 20 0 17 0 44902930 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603821730192 140603882342651 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=14202692 CPUtime=17.63 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) R 22299 22302 19618 0 -1 4202560 25320 12360 0 0 1722 34 4 3 20 0 17 0 44902930 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603887301575 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=14202692 CPUtime=17.66 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) R 22299 22302 19618 0 -1 4202560 35164 12360 0 0 1724 35 4 3 20 0 17 0 44902930 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603819624992 140603883913290 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=14202692 CPUtime=17.64 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) R 22299 22302 19618 0 -1 4202560 31791 12360 0 0 1721 36 4 3 20 0 17 0 44902930 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603818572192 140603887013918 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=14202692 CPUtime=5.41 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 35326 12360 0 0 496 38 4 3 20 0 17 0 44902931 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603380204592 140603902326485 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 63 12360 0 0 0 0 4 3 20 0 17 0 44902932 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603379151824 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 57 12360 0 0 0 0 4 3 20 0 17 0 44902932 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 96 12360 0 0 0 0 4 3 20 0 17 0 44902935 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=14202692 CPUtime=6.67 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) S 22299 22302 19618 0 -1 1077944384 18227 12360 0 0 656 4 4 3 20 0 17 0 44902935 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603375979984 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=14202692 CPUtime=6.77 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) S 22299 22302 19618 0 -1 1077944384 22854 12360 0 0 666 4 4 3 20 0 17 0 44902935 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=14202692 CPUtime=2.72 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) S 22299 22302 19618 0 -1 1077944384 21359 12360 0 0 260 5 4 3 20 0 17 0 44902935 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603373889904 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 17 0 44902935 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=14202692 CPUtime=1.5 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 2765 12360 0 0 70 73 4 3 20 0 17 0 44902938 14543556608 544701 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 2520.74
Current children cumulated vsize (KiB) 14202692

[startup+2453.4 s]
/proc/loadavg: 1.60 1.62 1.59 3/209 24022
/proc/meminfo: memFree=22666588/32770624 swapFree=0/539248
[pid=22302] ppid=22299 vsize=14202692 CPUtime=2521.31 cores=0,2,4,6
/proc/22302/stat : 22302 (java) S 22299 22302 19618 0 -1 1077944320 364585 12360 0 0 251812 312 4 3 20 0 17 0 44902910 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140730510934832 140603902316279 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
/proc/22302/statm: 3550673 544745 3487 1 0 3539287 0
[pid=22302/tid=22352] ppid=22299 vsize=14202692 CPUtime=2427.62 cores=0,2,4,6
/proc/22302/task/22352/stat : 22352 (java) S 22299 22302 19618 0 -1 1077944384 137674 12360 0 0 242685 70 4 3 20 0 17 0 44902929 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603906554032 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22353] ppid=22299 vsize=14202692 CPUtime=17.77 cores=0,2,4,6
/proc/22302/task/22353/stat : 22353 (java) R 22299 22302 19618 0 -1 4202560 31583 12360 0 0 1733 37 4 3 20 0 17 0 44902930 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603821730080 140603886773901 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22354] ppid=22299 vsize=14202692 CPUtime=17.76 cores=0,2,4,6
/proc/22302/task/22354/stat : 22354 (java) R 22299 22302 19618 0 -1 4202560 25346 12360 0 0 1735 34 4 3 20 0 17 0 44902930 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603820677392 140603894944487 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22355] ppid=22299 vsize=14202692 CPUtime=17.78 cores=0,2,4,6
/proc/22302/task/22355/stat : 22355 (java) R 22299 22302 19618 0 -1 4202560 35164 12360 0 0 1736 35 4 3 20 0 17 0 44902930 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603819625104 140603883925987 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22356] ppid=22299 vsize=14202692 CPUtime=17.76 cores=0,2,4,6
/proc/22302/task/22356/stat : 22356 (java) R 22299 22302 19618 0 -1 4202560 31791 12360 0 0 1733 36 4 3 20 0 17 0 44902930 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603818572304 140603894944487 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22357] ppid=22299 vsize=14202692 CPUtime=5.48 cores=0,2,4,6
/proc/22302/task/22357/stat : 22357 (java) S 22299 22302 19618 0 -1 1077944384 35333 12360 0 0 503 38 4 3 20 0 17 0 44902931 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603380204816 140603902326485 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22358] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22358/stat : 22358 (java) S 22299 22302 19618 0 -1 1077944384 63 12360 0 0 0 0 4 3 20 0 17 0 44902932 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603379152128 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22359] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22359/stat : 22359 (java) S 22299 22302 19618 0 -1 1077944384 57 12360 0 0 0 0 4 3 20 0 17 0 44902932 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603378099840 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22360] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22360/stat : 22360 (java) S 22299 22302 19618 0 -1 1077944384 96 12360 0 0 0 0 4 3 20 0 17 0 44902935 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603377048144 140603902334875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22361] ppid=22299 vsize=14202692 CPUtime=6.67 cores=0,2,4,6
/proc/22302/task/22361/stat : 22361 (java) S 22299 22302 19618 0 -1 1077944384 18228 12360 0 0 656 4 4 3 20 0 17 0 44902935 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603375981456 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22362] ppid=22299 vsize=14202692 CPUtime=6.77 cores=0,2,4,6
/proc/22302/task/22362/stat : 22362 (java) S 22299 22302 19618 0 -1 1077944384 22854 12360 0 0 666 4 4 3 20 0 17 0 44902935 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603374942192 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22363] ppid=22299 vsize=14202692 CPUtime=2.72 cores=0,2,4,6
/proc/22302/task/22363/stat : 22363 (java) S 22299 22302 19618 0 -1 1077944384 21359 12360 0 0 260 5 4 3 20 0 17 0 44902935 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603373889904 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22364] ppid=22299 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22302/task/22364/stat : 22364 (java) S 22299 22302 19618 0 -1 1077944384 3 12360 0 0 0 0 4 3 20 0 17 0 44902935 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603372837344 140603902326485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
[pid=22302/tid=22365] ppid=22299 vsize=14202692 CPUtime=1.5 cores=0,2,4,6
/proc/22302/task/22365/stat : 22365 (java) S 22299 22302 19618 0 -1 1077944384 2765 12360 0 0 70 73 4 3 20 0 17 0 44902938 14543556608 544745 18446744073709551615 4194304 4196468 140730510952288 140603371785136 140603902327426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26456064 140730510956496 140730510959281 140730510959281 140730510962639 0
Current children cumulated CPU time (s) 2521.31
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2453.44
CPU time (s): 2521.36
CPU user time (s): 2518.18
CPU system time (s): 3.17579
CPU usage (%): 102.769
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.19
system time used= 3.17579
maximum resident set size= 2798840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157953
involuntary context switches= 7214

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4572 second user time and 15.4233 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 06:37:27
IDJOB=4262596
IDBENCH=120793
IDSOLVER=2650
FILE ID=node127/4262596-1502427094
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262596-1502427094/watcher-4262596-1502427094 -o /tmp/evaluation-result-4262596-1502427094/solver-4262596-1502427094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262596-1502427094.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=1993391090

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:        30436352 kB
MemAvailable:   31211744 kB
Buffers:          243204 kB
Cached:           823188 kB
SwapCached:            0 kB
Active:          1344452 kB
Inactive:         567880 kB
Active(anon):     846404 kB
Inactive(anon):    24908 kB
Active(file):     498048 kB
Inactive(file):   542972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24480 kB
Writeback:             4 kB
AnonPages:        845524 kB
Mapped:            54048 kB
Shmem:             25252 kB
Slab:             125796 kB
SReclaimable:     100412 kB
SUnreclaim:        25384 kB
KernelStack:        3424 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1680824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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 07:18:21