Trace number 4262595

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.27 2451.8201

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f03.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
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 benchmark136.98801
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"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.24	c Concrete v3.4 running
2521.00/2451.79	java.util.concurrent.TimeoutException
2521.00/2451.79		at concrete.MAC.mac(MAC.scala:74)
2521.00/2451.79		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.00/2451.79		at scala.util.Try$.apply(Try.scala:209)
2521.00/2451.79		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.00/2451.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.00/2451.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.00/2451.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.00/2451.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.00/2451.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.00/2451.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.00/2451.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.00/2451.79		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.00/2451.79		at concrete.MAC.oneRun(MAC.scala:146)
2521.00/2451.79		at concrete.MAC.nextSolution(MAC.scala:166)
2521.00/2451.79		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.00/2451.79		at concrete.ProblemState.map(ProblemState.scala:203)
2521.00/2451.79		at concrete.ProblemState.map(ProblemState.scala:188)
2521.00/2451.79		at concrete.MAC.nextSolution(MAC.scala:195)
2521.00/2451.79		at concrete.Solver.hasNext(Solver.scala:202)
2521.00/2451.79		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.00/2451.79		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.00/2451.79		at concrete.Solver.toStream(Solver.scala:73)
2521.00/2451.79		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.00/2451.79		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.00/2451.79		at concrete.Solver.toIterable(Solver.scala:73)
2521.00/2451.79		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2521.00/2451.79		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.00/2451.79		at scala.util.Success.map(Try.scala:209)
2521.00/2451.79		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.00/2451.79		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.00/2451.79		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.00/2451.79		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.00/2451.79		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.00/2451.79		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.00/2451.79		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.00/2451.79		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.00/2451.79		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.00/2451.79		at scala.collection.immutable.List.foreach(List.scala:389)
2521.00/2451.79		at scala.App.main(App.scala:76)
2521.00/2451.79		at scala.App.main$(App.scala:74)
2521.00/2451.79		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.00/2451.79		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.00/2451.80	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-4262595-1502427081/watcher-4262595-1502427081 -o /tmp/evaluation-result-4262595-1502427081/solver-4262595-1502427081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580 bin/concrete HOME/instance-4262595-1502427081.xml 

pid=6322
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: 2.16 1.73 1.59 3/198 6325
/proc/meminfo: memFree=29741512/32770624 swapFree=0/563896
[pid=6325] ppid=6322 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6325/stat : 6325 (runsolver) D 6322 6325 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 90214401 24240128 108 18446744073709551615 4194304 4338465 140728386572144 140728386569784 140664667640535 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 36052992 140728386580689 140728386581065 140728386581065 140728386584522 0
/proc/6325/statm: 5918 108 54 36 0 2156 0

[startup+0.100104 s]
/proc/loadavg: 2.16 1.73 1.59 3/198 6325
/proc/meminfo: memFree=29741512/32770624 swapFree=0/563896
[pid=6325] ppid=6322 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6325/stat : 6325 (runsolver) D 6322 6325 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 90214401 24240128 108 18446744073709551615 4194304 4338465 140728386572144 140728386569784 140664667640535 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 36052992 140728386580689 140728386581065 140728386581065 140728386584522 0
/proc/6325/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200392 s]
/proc/loadavg: 2.16 1.73 1.59 3/198 6325
/proc/meminfo: memFree=29741512/32770624 swapFree=0/563896
[pid=6325] ppid=6322 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/6325/stat : 6325 (bash) S 6322 6325 1460 0 -1 4202496 891 6487 0 0 0 0 0 1 20 0 1 0 90214401 9867264 377 18446744073709551615 4194304 5098028 140727810465776 140727810459784 139632595115008 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 10 0 0 7196144 7232144 22142976 140727810474516 140727810474601 140727810474601 140727810478058 0
/proc/6325/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300315 s]
/proc/loadavg: 2.16 1.73 1.59 3/198 6325
/proc/meminfo: memFree=29741512/32770624 swapFree=0/563896
[pid=6325] ppid=6322 vsize=13708644 CPUtime=0.13 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 4933 12598 0 0 4 1 5 3 20 0 11 0 90214401 14037651456 4657 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3427161 4657 2147 1 0 3416658 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13708644

[startup+0.700245 s]
/proc/loadavg: 2.16 1.73 1.59 3/198 6325
/proc/meminfo: memFree=29741512/32770624 swapFree=0/563896
[pid=6325] ppid=6322 vsize=13974784 CPUtime=0.59 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 13541 12598 0 0 47 4 5 3 20 0 15 0 90214401 14310178816 13958 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3493696 13958 3063 1 0 3482965 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 2.16 1.73 1.59 3/213 6388
/proc/meminfo: memFree=29653084/32770624 swapFree=0/563936
[pid=6325] ppid=6322 vsize=13985408 CPUtime=1.79 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 27646 12598 0 0 162 9 5 3 20 0 15 0 90214401 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3496352 33851 3341 1 0 3485525 0
[pid=6325/tid=6375] ppid=6322 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) R 6322 6325 1460 0 -1 4202560 22271 12598 0 0 112 7 5 3 20 0 15 0 90214425 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140232406441840 140232386299230 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 1 12598 0 0 0 0 5 3 20 0 15 0 90214426 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 1 12598 0 0 0 0 5 3 20 0 15 0 90214426 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 1 12598 0 0 0 0 5 3 20 0 15 0 90214426 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 2 12598 0 0 0 0 5 3 20 0 15 0 90214426 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 6 12598 0 0 0 0 5 3 20 0 15 0 90214427 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 33 12598 0 0 0 0 5 3 20 0 15 0 90214428 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231879640736 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 21 12598 0 0 0 0 5 3 20 0 15 0 90214428 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231878587632 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) S 6322 6325 1460 0 -1 1077944384 1086 12598 0 0 16 0 5 3 20 0 15 0 90214431 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) S 6322 6325 1460 0 -1 1077944384 677 12598 0 0 11 0 5 3 20 0 15 0 90214431 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231875430768 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) S 6322 6325 1460 0 -1 1077944384 1379 12598 0 0 21 0 5 3 20 0 15 0 90214431 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231874377712 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 11 12598 0 0 0 0 5 3 20 0 15 0 90214436 14321057792 33851 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 13985408

[startup+3.1072 s]
/proc/loadavg: 2.14 1.73 1.59 6/213 6388
/proc/meminfo: memFree=29576124/32770624 swapFree=0/563936
[pid=6325] ppid=6322 vsize=13997884 CPUtime=5.96 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 41983 12598 0 0 571 17 5 3 20 0 15 0 90214401 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3499471 70107 3466 1 0 3488085 0
[pid=6325/tid=6375] ppid=6322 vsize=13997884 CPUtime=2.82 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) R 6322 6325 1460 0 -1 4202560 26896 12598 0 0 264 10 5 3 20 0 15 0 90214425 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140232406450304 140232052162425 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 67 12598 0 0 1 0 5 3 20 0 15 0 90214426 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 170 12598 0 0 1 0 5 3 20 0 15 0 90214426 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 222 12598 0 0 1 0 5 3 20 0 15 0 90214426 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 73 12598 0 0 1 0 5 3 20 0 15 0 90214426 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 1715 12598 0 0 1 0 5 3 20 0 15 0 90214427 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 54 12598 0 0 0 0 5 3 20 0 15 0 90214428 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231879640800 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 44 12598 0 0 0 0 5 3 20 0 15 0 90214428 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) R 6322 6325 1460 0 -1 4202560 2718 12598 0 0 96 0 5 3 20 0 15 0 90214431 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232382093710 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) R 6322 6325 1460 0 -1 4202560 2388 12598 0 0 92 1 5 3 20 0 15 0 90214431 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231875423960 140232385742023 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=13997884 CPUtime=1.18 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) R 6322 6325 1460 0 -1 4202560 5465 12598 0 0 109 1 5 3 20 0 15 0 90214431 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231874377712 140232387913752 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 14 12598 0 0 0 0 5 3 20 0 15 0 90214436 14333833216 70107 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 13997884

[startup+6.3011 s]
/proc/loadavg: 2.14 1.73 1.59 6/213 6388
/proc/meminfo: memFree=29379348/32770624 swapFree=0/563936
[pid=6325] ppid=6322 vsize=13999932 CPUtime=15.04 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 62633 12598 0 0 1468 28 5 3 20 0 15 0 90214401 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3499983 98594 3474 1 0 3488597 0
[pid=6325/tid=6375] ppid=6322 vsize=13999932 CPUtime=5.95 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) R 6322 6325 1460 0 -1 4202560 30827 12598 0 0 575 12 5 3 20 0 15 0 90214425 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140232406449632 140232387587551 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 168 12598 0 0 4 2 5 3 20 0 15 0 90214426 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 229 12598 0 0 5 1 5 3 20 0 15 0 90214426 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 766 12598 0 0 4 2 5 3 20 0 15 0 90214426 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 181 12598 0 0 4 2 5 3 20 0 15 0 90214426 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 1820 12598 0 0 2 0 5 3 20 0 15 0 90214427 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 54 12598 0 0 0 0 5 3 20 0 15 0 90214428 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231879640800 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 44 12598 0 0 0 0 5 3 20 0 15 0 90214428 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=13999932 CPUtime=3.5 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) S 6322 6325 1460 0 -1 1077944384 8011 12598 0 0 341 1 5 3 20 0 15 0 90214431 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=13999932 CPUtime=3.46 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) S 6322 6325 1460 0 -1 1077944384 8728 12598 0 0 337 1 5 3 20 0 15 0 90214431 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231875430768 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=13999932 CPUtime=2 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) R 6322 6325 1460 0 -1 4202560 9574 12598 0 0 189 3 5 3 20 0 15 0 90214431 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231874374448 140232381150519 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 74 12598 0 0 0 0 5 3 20 0 15 0 90214436 14335930368 98594 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.20 1.76 1.60 3/213 6388
/proc/meminfo: memFree=28833464/32770624 swapFree=0/563936
[pid=6325] ppid=6322 vsize=14069564 CPUtime=27.98 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 98373 12598 0 0 2734 56 5 3 20 0 15 0 90214401 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3517391 275287 3490 1 0 3506005 0
[pid=6325/tid=6375] ppid=6322 vsize=14069564 CPUtime=12.15 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) R 6322 6325 1460 0 -1 4202560 47944 12598 0 0 1186 21 5 3 20 0 15 0 90214425 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140232406452848 140232062851361 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 355 12598 0 0 15 6 5 3 20 0 15 0 90214426 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=14069564 CPUtime=0.28 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 396 12598 0 0 15 5 5 3 20 0 15 0 90214426 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 1609 12598 0 0 15 6 5 3 20 0 15 0 90214426 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 476 12598 0 0 14 5 5 3 20 0 15 0 90214426 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 6449 12598 0 0 6 0 5 3 20 0 15 0 90214427 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 58 12598 0 0 0 0 5 3 20 0 15 0 90214428 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140231879640800 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 50 12598 0 0 0 0 5 3 20 0 15 0 90214428 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14407233536 275287 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0

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

/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14407233536 507447 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=14069564 CPUtime=1.49 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 1908 12598 0 0 65 76 5 3 20 0 15 0 90214436 14407233536 507447 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 2449.29
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.40 1.35 1.40 3/212 6688
/proc/meminfo: memFree=25104328/32770624 swapFree=0/564476
[pid=6325] ppid=6322 vsize=14069564 CPUtime=2510.7 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 393476 12598 0 0 250758 304 5 3 20 0 15 0 90214401 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3517391 507574 3491 1 0 3506005 0
[pid=6325/tid=6375] ppid=6322 vsize=14069564 CPUtime=2417.29 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) R 6322 6325 1460 0 -1 4202560 134591 12598 0 0 241658 63 5 3 20 0 15 0 90214425 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140232406452896 140232056331829 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=14069564 CPUtime=17.87 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 34294 12598 0 0 1744 35 5 3 20 0 15 0 90214426 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=14069564 CPUtime=17.81 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 41810 12598 0 0 1735 38 5 3 20 0 15 0 90214426 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=14069564 CPUtime=17.89 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 36943 12598 0 0 1744 37 5 3 20 0 15 0 90214426 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=14069564 CPUtime=17.83 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 32558 12598 0 0 1742 33 5 3 20 0 15 0 90214426 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=14069564 CPUtime=5.15 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 31303 12598 0 0 470 37 5 3 20 0 15 0 90214427 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 58 12598 0 0 0 0 5 3 20 0 15 0 90214428 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231879640800 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 50 12598 0 0 0 0 5 3 20 0 15 0 90214428 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=14069564 CPUtime=6.64 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) S 6322 6325 1460 0 -1 1077944384 25399 12598 0 0 654 2 5 3 20 0 15 0 90214431 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=14069564 CPUtime=6.56 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) S 6322 6325 1460 0 -1 1077944384 24639 12598 0 0 645 3 5 3 20 0 15 0 90214431 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231875430768 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=14069564 CPUtime=2.74 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) S 6322 6325 1460 0 -1 1077944384 27727 12598 0 0 260 6 5 3 20 0 15 0 90214431 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231874377712 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 1947 12598 0 0 66 79 5 3 20 0 15 0 90214436 14407233536 507574 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 2510.7
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2451.4 s]
/proc/loadavg: 1.37 1.34 1.40 3/212 6688
/proc/meminfo: memFree=25101680/32770624 swapFree=0/564472
[pid=6325] ppid=6322 vsize=14069564 CPUtime=2520.01 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 393801 12598 0 0 251688 305 5 3 20 0 15 0 90214401 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3517391 508125 3491 1 0 3506005 0
[pid=6325/tid=6375] ppid=6322 vsize=14069564 CPUtime=2426.3 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) R 6322 6325 1460 0 -1 4202560 134891 12598 0 0 242559 63 5 3 20 0 15 0 90214425 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140232406452720 140232063186406 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=14069564 CPUtime=17.94 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 34300 12598 0 0 1751 35 5 3 20 0 15 0 90214426 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=14069564 CPUtime=17.88 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 41816 12598 0 0 1742 38 5 3 20 0 15 0 90214426 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=14069564 CPUtime=17.96 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 36949 12598 0 0 1751 37 5 3 20 0 15 0 90214426 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=14069564 CPUtime=17.9 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 32560 12598 0 0 1749 33 5 3 20 0 15 0 90214426 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=14069564 CPUtime=5.17 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 31306 12598 0 0 472 37 5 3 20 0 15 0 90214427 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 58 12598 0 0 0 0 5 3 20 0 15 0 90214428 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231879640800 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 50 12598 0 0 0 0 5 3 20 0 15 0 90214428 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=14069564 CPUtime=6.64 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) S 6322 6325 1460 0 -1 1077944384 25399 12598 0 0 654 2 5 3 20 0 15 0 90214431 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=14069564 CPUtime=6.56 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) S 6322 6325 1460 0 -1 1077944384 24639 12598 0 0 645 3 5 3 20 0 15 0 90214431 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231875430768 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=14069564 CPUtime=2.74 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) S 6322 6325 1460 0 -1 1077944384 27727 12598 0 0 260 6 5 3 20 0 15 0 90214431 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231874377712 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 15 0 90214431 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 1949 12598 0 0 66 79 5 3 20 0 15 0 90214436 14407233536 508125 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 2520.01
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 6325 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2451.6 s]
/proc/loadavg: 1.37 1.34 1.40 3/212 6688
/proc/meminfo: memFree=25101680/32770624 swapFree=0/564472
[pid=6325] ppid=6322 vsize=14202692 CPUtime=2520.69 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 401140 12598 0 0 251755 306 5 3 20 0 17 0 90214401 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3550673 512817 3491 1 0 3539287 0
[pid=6325/tid=6375] ppid=6322 vsize=14202692 CPUtime=2426.31 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) S 6322 6325 1460 0 -1 1077944384 135218 12598 0 0 242560 63 5 3 20 0 17 0 90214425 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140232406456352 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=14202692 CPUtime=18.1 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) R 6322 6325 1460 0 -1 4202560 34378 12598 0 0 1767 35 5 3 20 0 17 0 90214426 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232385395323 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=14202692 CPUtime=18.04 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) R 6322 6325 1460 0 -1 4202560 41866 12598 0 0 1758 38 5 3 20 0 17 0 90214426 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232387169348 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=14202692 CPUtime=18.11 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) R 6322 6325 1460 0 -1 4202560 37251 12598 0 0 1766 37 5 3 20 0 17 0 90214426 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232386672690 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=14202692 CPUtime=18.05 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) R 6322 6325 1460 0 -1 4202560 33008 12598 0 0 1764 33 5 3 20 0 17 0 90214426 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231999679064 140232383815197 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=14202692 CPUtime=5.2 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 37252 12598 0 0 475 37 5 3 20 0 17 0 90214427 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231880692912 140232402228949 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 59 12598 0 0 0 0 5 3 20 0 17 0 90214428 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231879640704 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 50 12598 0 0 0 0 5 3 20 0 17 0 90214428 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 81 12598 0 0 0 0 5 3 20 0 17 0 90214431 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=14202692 CPUtime=6.64 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) S 6322 6325 1460 0 -1 1077944384 25399 12598 0 0 654 2 5 3 20 0 17 0 90214431 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=14202692 CPUtime=6.56 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) S 6322 6325 1460 0 -1 1077944384 24639 12598 0 0 645 3 5 3 20 0 17 0 90214431 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231875430768 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=14202692 CPUtime=2.74 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) S 6322 6325 1460 0 -1 1077944384 27727 12598 0 0 260 6 5 3 20 0 17 0 90214431 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231874377712 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 17 0 90214431 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=14202692 CPUtime=1.53 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 1949 12598 0 0 66 79 5 3 20 0 17 0 90214436 14543556608 512817 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 2520.69
Current children cumulated vsize (KiB) 14202692

[startup+2451.8 s]
/proc/loadavg: 1.37 1.34 1.40 3/212 6688
/proc/meminfo: memFree=25101680/32770624 swapFree=0/564472
[pid=6325] ppid=6322 vsize=14202692 CPUtime=2521.24 cores=0,2,4,6
/proc/6325/stat : 6325 (java) S 6322 6325 1460 0 -1 1077944320 401353 12598 0 0 251810 306 5 3 20 0 17 0 90214401 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140728472503040 140232402218743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
/proc/6325/statm: 3550673 512836 3492 1 0 3539287 0
[pid=6325/tid=6375] ppid=6322 vsize=14202692 CPUtime=2426.32 cores=0,2,4,6
/proc/6325/task/6375/stat : 6375 (java) S 6322 6325 1460 0 -1 1077944384 135247 12598 0 0 242561 63 5 3 20 0 17 0 90214425 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140232406461616 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6376] ppid=6322 vsize=14202692 CPUtime=18.22 cores=0,2,4,6
/proc/6325/task/6376/stat : 6376 (java) S 6322 6325 1460 0 -1 1077944384 34379 12598 0 0 1779 35 5 3 20 0 17 0 90214426 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140232363117072 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6377] ppid=6322 vsize=14202692 CPUtime=18.16 cores=0,2,4,6
/proc/6325/task/6377/stat : 6377 (java) S 6322 6325 1460 0 -1 1077944384 41893 12598 0 0 1769 39 5 3 20 0 17 0 90214426 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140232362064528 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6378] ppid=6322 vsize=14202692 CPUtime=18.23 cores=0,2,4,6
/proc/6325/task/6378/stat : 6378 (java) S 6322 6325 1460 0 -1 1077944384 37251 12598 0 0 1778 37 5 3 20 0 17 0 90214426 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140232361011472 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6379] ppid=6322 vsize=14202692 CPUtime=18.17 cores=0,2,4,6
/proc/6325/task/6379/stat : 6379 (java) S 6322 6325 1460 0 -1 1077944384 33025 12598 0 0 1776 33 5 3 20 0 17 0 90214426 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140231999678864 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6380] ppid=6322 vsize=14202692 CPUtime=5.27 cores=0,2,4,6
/proc/6325/task/6380/stat : 6380 (java) S 6322 6325 1460 0 -1 1077944384 37258 12598 0 0 482 37 5 3 20 0 17 0 90214427 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140231880694512 140232402229890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6381] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6381/stat : 6381 (java) S 6322 6325 1460 0 -1 1077944384 60 12598 0 0 0 0 5 3 20 0 17 0 90214428 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140231879640800 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6382] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6382/stat : 6382 (java) S 6322 6325 1460 0 -1 1077944384 52 12598 0 0 0 0 5 3 20 0 17 0 90214428 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140231878587648 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6383] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6383/stat : 6383 (java) S 6322 6325 1460 0 -1 1077944384 81 12598 0 0 0 0 5 3 20 0 17 0 90214431 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140231877536208 140232402237339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6384] ppid=6322 vsize=14202692 CPUtime=6.65 cores=0,2,4,6
/proc/6325/task/6384/stat : 6384 (java) S 6322 6325 1460 0 -1 1077944384 25458 12598 0 0 655 2 5 3 20 0 17 0 90214431 14543556608 512836 18446744073709551615 4194304 4196468 140728472520496 140231876483312 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6385] ppid=6322 vsize=14202692 CPUtime=6.56 cores=0,2,4,6
/proc/6325/task/6385/stat : 6385 (java) S 6322 6325 1460 0 -1 1077944384 24639 12598 0 0 645 3 5 3 20 0 17 0 90214431 14543556608 512862 18446744073709551615 4194304 4196468 140728472520496 140231875430768 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6386] ppid=6322 vsize=14202692 CPUtime=2.74 cores=0,2,4,6
/proc/6325/task/6386/stat : 6386 (java) R 6322 6325 1460 0 -1 4202560 27801 12598 0 0 260 6 5 3 20 0 17 0 90214431 14543556608 512844 18446744073709551615 4194304 4196468 140728472520496 140231874377712 140232381236899 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6387] ppid=6322 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/6325/task/6387/stat : 6387 (java) S 6322 6325 1460 0 -1 1077944384 3 12598 0 0 0 0 5 3 20 0 16 0 90214431 14543556608 512844 18446744073709551615 4194304 4196468 140728472520496 140231873325408 140232402228949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
[pid=6325/tid=6388] ppid=6322 vsize=14202692 CPUtime=1.53 cores=0,2,4,6
/proc/6325/task/6388/stat : 6388 (java) S 6322 6325 1460 0 -1 1077944384 1949 12598 0 0 66 79 5 3 20 0 16 0 90214436 14543556608 512844 18446744073709551615 4194304 4196468 140728472520496 140231872273456 140232402229890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24559616 140728472528848 140728472531633 140728472531633 140728472534991 0
Current children cumulated CPU time (s) 2521.24
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2451.82
CPU time (s): 2521.27
CPU user time (s): 2518.16
CPU system time (s): 3.11198
CPU usage (%): 102.832
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.16
system time used= 3.11198
maximum resident set size= 2484764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161690
involuntary context switches= 6397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9044 second user time and 13.2324 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 06:37:25
IDJOB=4262595
IDBENCH=120791
IDSOLVER=2650
FILE ID=node134/4262595-1502427081
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262595-1502427081/watcher-4262595-1502427081 -o /tmp/evaluation-result-4262595-1502427081/solver-4262595-1502427081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4262595-1502427081.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=140173768

node134.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.43
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.43
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.43
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.43
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:        29741512 kB
MemAvailable:   30704676 kB
Buffers:          281420 kB
Cached:           976056 kB
SwapCached:            0 kB
Active:          1995544 kB
Inactive:         595112 kB
Active(anon):    1335876 kB
Inactive(anon):    31216 kB
Active(file):     659668 kB
Inactive(file):   563896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24536 kB
Writeback:             4 kB
AnonPages:       1333620 kB
Mapped:            63380 kB
Shmem:             33468 kB
Slab:             137664 kB
SReclaimable:     110868 kB
SUnreclaim:        26796 kB
KernelStack:        3456 kB
PageTables:         8348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2129996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 07:18:17