Trace number 4262468

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) 2523.1001 2471.3701

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-024.xml
MD5SUM23eb83e679dec689804004fda8e6ed87
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1728
Number of constraints581
Number of domains2
Minimum domain size24
Maximum domain size576
Distribution of domain sizes[{"size":24,"count":1152},{"size":576,"count":576}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":1680},{"degree":3,"count":48}]
Minimum constraint arity3
Maximum constraint arity576
Distribution of constraint arities[{"arity":3,"count":576},{"arity":24,"count":2},{"arity":576,"count":3}]
Number of extensional constraints576
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":576},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22526
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.38 1.32 1.38 3/194 22529
/proc/meminfo: memFree=27049304/32770624 swapFree=0/394404
[pid=22529] ppid=22526 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22529/stat : 22529 (runsolver) D 22526 22529 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 33919640 24240128 106 18446744073709551615 4194304 4338465 140732608297616 140732608295256 139881216590551 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 6864896 140732608299217 140732608299593 140732608299593 140732608303050 0
/proc/22529/statm: 5918 106 53 36 0 2156 0

[startup+0.100116 s]
/proc/loadavg: 1.38 1.32 1.38 3/194 22529
/proc/meminfo: memFree=27049304/32770624 swapFree=0/394404
[pid=22529] ppid=22526 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/22529/stat : 22529 (bash) R 22526 22529 7434 0 -1 4202496 888 6486 0 0 0 0 0 1 20 0 1 0 33919640 9867264 376 18446744073709551615 4194304 5098028 140723791105440 140723791099176 4462349 0 65538 5 65536 0 0 0 17 4 0 0 8 0 0 7196144 7232144 31649792 140723791106580 140723791106665 140723791106665 140723791110122 0
/proc/22529/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200353 s]
/proc/loadavg: 1.38 1.32 1.38 3/194 22529
/proc/meminfo: memFree=27049304/32770624 swapFree=0/394404
[pid=22529] ppid=22526 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/22529/stat : 22529 (bash) S 22526 22529 7434 0 -1 4202496 891 6486 0 0 0 0 0 1 20 0 1 0 33919640 9867264 376 18446744073709551615 4194304 5098028 140723791105440 140723791099448 140201953160192 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 31649792 140723791106580 140723791106665 140723791106665 140723791110122 0
/proc/22529/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300298 s]
/proc/loadavg: 1.38 1.32 1.38 3/194 22529
/proc/meminfo: memFree=27049304/32770624 swapFree=0/394404
[pid=22529] ppid=22526 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 5797 12465 0 0 5 1 5 3 20 0 14 0 33919640 14241083392 5487 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3476827 5487 2653 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.703411 s]
/proc/loadavg: 1.38 1.32 1.38 3/194 22529
/proc/meminfo: memFree=27049304/32770624 swapFree=0/394404
[pid=22529] ppid=22526 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 13869 12465 0 0 56 3 5 3 20 0 15 0 33919640 14310178816 14286 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3493696 14286 3139 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50091 s]
/proc/loadavg: 1.38 1.32 1.38 6/209 22592
/proc/meminfo: memFree=26804924/32770624 swapFree=0/394484
[pid=22529] ppid=22526 vsize=13985408 CPUtime=1.86 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 26763 12465 0 0 169 9 5 3 20 0 15 0 33919640 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3496352 36044 3343 1 0 3485525 0
[pid=22529/tid=22579] ppid=22526 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) S 22526 22529 7434 0 -1 1077944384 21311 12465 0 0 115 7 5 3 20 0 15 0 33919662 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139627101293744 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) S 22526 22529 7434 0 -1 1077944384 35 12465 0 0 0 0 5 3 20 0 15 0 33919662 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) R 22526 22529 7434 0 -1 1077944384 24 12465 0 0 0 0 5 3 20 0 15 0 33919662 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627097085653 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) S 22526 22529 7434 0 -1 1077944384 169 12465 0 0 0 0 5 3 20 0 15 0 33919662 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) S 22526 22529 7434 0 -1 1077944384 38 12465 0 0 0 0 5 3 20 0 15 0 33919662 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626693520272 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) R 22526 22529 7434 0 -1 4202560 25 12465 0 0 0 0 5 3 20 0 15 0 33919664 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626214941440 139627082133487 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 33 12465 0 0 0 0 5 3 20 0 15 0 33919664 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626213889184 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 21 12465 0 0 0 0 5 3 20 0 15 0 33919664 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626212836080 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) S 22526 22529 7434 0 -1 1077944384 943 12465 0 0 12 0 5 3 20 0 15 0 33919667 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626210732784 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) S 22526 22529 7434 0 -1 1077944384 699 12465 0 0 17 0 5 3 20 0 15 0 33919667 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626209680240 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) S 22526 22529 7434 0 -1 1077944384 1306 12465 0 0 23 0 5 3 20 0 15 0 33919667 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626208622560 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919673 14321057792 36044 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10082 s]
/proc/loadavg: 1.43 1.33 1.38 3/209 22592
/proc/meminfo: memFree=26726500/32770624 swapFree=0/394484
[pid=22529] ppid=22526 vsize=13997884 CPUtime=5.15 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 39347 12465 0 0 492 15 5 3 20 0 15 0 33919640 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3499471 54304 3440 1 0 3488085 0
[pid=22529/tid=22579] ppid=22526 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) R 22526 22529 7434 0 -1 4202560 29410 12465 0 0 269 9 5 3 20 0 15 0 33919662 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139627101309696 139627097096794 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) S 22526 22529 7434 0 -1 1077944384 56 12465 0 0 0 0 5 3 20 0 15 0 33919662 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) S 22526 22529 7434 0 -1 1077944384 42 12465 0 0 1 0 5 3 20 0 15 0 33919662 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) S 22526 22529 7434 0 -1 1077944384 176 12465 0 0 1 0 5 3 20 0 15 0 33919662 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) S 22526 22529 7434 0 -1 1077944384 50 12465 0 0 0 0 5 3 20 0 15 0 33919662 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626693520272 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 1236 12465 0 0 1 0 5 3 20 0 15 0 33919664 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626214942960 139627097086594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 55 12465 0 0 0 0 5 3 20 0 15 0 33919664 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626213889248 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 43 12465 0 0 0 0 5 3 20 0 15 0 33919664 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626212836064 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=13997884 CPUtime=0.6 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) R 22526 22529 7434 0 -1 1077944384 1539 12465 0 0 52 0 5 3 20 0 15 0 33919667 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626210721136 139627097085653 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=13997884 CPUtime=0.76 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) R 22526 22529 7434 0 -1 4202560 1451 12465 0 0 68 0 5 3 20 0 15 0 33919667 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626209680240 139627083098864 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) R 22526 22529 7434 0 -1 4202560 3129 12465 0 0 95 1 5 3 20 0 15 0 33919667 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626208621136 139627077044297 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919673 14333833216 54304 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 13997884

[startup+6.30118 s]
/proc/loadavg: 1.43 1.33 1.38 8/209 22592
/proc/meminfo: memFree=26536116/32770624 swapFree=0/394496
[pid=22529] ppid=22526 vsize=14004284 CPUtime=12.99 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 65124 12465 0 0 1265 26 5 3 20 0 15 0 33919640 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3501071 130708 3462 1 0 3489685 0
[pid=22529/tid=22579] ppid=22526 vsize=14004284 CPUtime=5.53 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) R 22526 22529 7434 0 -1 4202560 33568 12465 0 0 533 12 5 3 20 0 15 0 33919662 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139627101305608 139626732111008 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=14004284 CPUtime=0.15 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) S 22526 22529 7434 0 -1 1077944384 147 12465 0 0 6 1 5 3 20 0 15 0 33919662 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=14004284 CPUtime=0.14 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) S 22526 22529 7434 0 -1 1077944384 71 12465 0 0 5 1 5 3 20 0 15 0 33919662 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=14004284 CPUtime=0.16 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) S 22526 22529 7434 0 -1 1077944384 978 12465 0 0 7 1 5 3 20 0 15 0 33919662 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=14004284 CPUtime=0.15 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) S 22526 22529 7434 0 -1 1077944384 96 12465 0 0 6 1 5 3 20 0 15 0 33919662 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626693520272 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=14004284 CPUtime=0.12 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 3206 12465 0 0 4 0 5 3 20 0 15 0 33919664 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626214942960 139627097086594 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=14004284 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 58 12465 0 0 0 0 5 3 20 0 15 0 33919664 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626213889248 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=14004284 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 47 12465 0 0 0 0 5 3 20 0 15 0 33919664 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626212836096 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=14004284 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=14004284 CPUtime=2.75 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) R 22526 22529 7434 0 -1 4202560 8158 12465 0 0 265 2 5 3 20 0 15 0 33919667 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626210718760 139627081994773 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=14004284 CPUtime=2.91 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) R 22526 22529 7434 0 -1 4202560 7944 12465 0 0 281 2 5 3 20 0 15 0 33919667 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626209665976 139627076762145 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=14004284 CPUtime=1.6 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) S 22526 22529 7434 0 -1 1077944384 7964 12465 0 0 151 1 5 3 20 0 15 0 33919667 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626208627184 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=14004284 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=14004284 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 730 12465 0 0 0 0 5 3 20 0 15 0 33919673 14340386816 130708 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 14004284

[startup+12.7008 s]
/proc/loadavg: 1.66 1.39 1.40 3/209 22592
/proc/meminfo: memFree=25639768/32770624 swapFree=0/394500
[pid=22529] ppid=22526 vsize=14004028 CPUtime=27.38 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 100765 12465 0 0 2669 61 5 3 20 0 15 0 33919640 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3501007 317190 3476 1 0 3489621 0
[pid=22529/tid=22579] ppid=22526 vsize=14004028 CPUtime=11.7 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) R 22526 22529 7434 0 -1 4202560 43028 12465 0 0 1140 22 5 3 20 0 15 0 33919662 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139627101308112 139626740764470 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=14004028 CPUtime=0.35 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) S 22526 22529 7434 0 -1 1077944384 888 12465 0 0 20 7 5 3 20 0 15 0 33919662 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=14004028 CPUtime=0.32 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) S 22526 22529 7434 0 -1 1077944384 995 12465 0 0 18 6 5 3 20 0 15 0 33919662 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=14004028 CPUtime=0.34 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) S 22526 22529 7434 0 -1 1077944384 1272 12465 0 0 20 6 5 3 20 0 15 0 33919662 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=14004028 CPUtime=0.32 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) S 22526 22529 7434 0 -1 1077944384 518 12465 0 0 18 6 5 3 20 0 15 0 33919662 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626693520272 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=14004028 CPUtime=0.13 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 3907 12465 0 0 5 0 5 3 20 0 15 0 33919664 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626214942960 139627097086594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 65 12465 0 0 0 0 5 3 20 0 15 0 33919664 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626213889248 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 53 12465 0 0 0 0 5 3 20 0 15 0 33919664 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626212836096 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14340124672 317190 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0

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

/proc/meminfo: memFree=27340744/32770624 swapFree=0/395224
[pid=22529] ppid=22526 vsize=14004028 CPUtime=2520.06 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 492773 12465 0 0 251537 461 5 3 20 0 15 0 33919640 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3501007 866462 3481 1 0 3489621 0
[pid=22529/tid=22579] ppid=22526 vsize=14004028 CPUtime=2457.88 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) R 22526 22529 7434 0 -1 4202560 230853 12465 0 0 245673 107 5 3 20 0 15 0 33919662 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139627101308912 139626721338128 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=14004028 CPUtime=11.01 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) S 22526 22529 7434 0 -1 1077944384 32389 12465 0 0 1025 68 5 3 20 0 15 0 33919662 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=14004028 CPUtime=10.95 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) S 22526 22529 7434 0 -1 1077944384 27074 12465 0 0 1020 67 5 3 20 0 15 0 33919662 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=14004028 CPUtime=11.02 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) S 22526 22529 7434 0 -1 1077944384 29765 12465 0 0 1024 70 5 3 20 0 15 0 33919662 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=14004028 CPUtime=10.98 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) S 22526 22529 7434 0 -1 1077944384 31343 12465 0 0 1023 67 5 3 20 0 15 0 33919662 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626693520272 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=14004028 CPUtime=0.79 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 59265 12465 0 0 57 14 5 3 20 0 15 0 33919664 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626214942960 139627097086594 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 65 12465 0 0 0 0 5 3 20 0 15 0 33919664 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626213889248 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 53 12465 0 0 0 0 5 3 20 0 15 0 33919664 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626212836096 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=14004028 CPUtime=7.2 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) S 22526 22529 7434 0 -1 1077944384 25259 12465 0 0 707 5 5 3 20 0 15 0 33919667 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626210732784 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=14004028 CPUtime=6.94 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) S 22526 22529 7434 0 -1 1077944384 25637 12465 0 0 683 3 5 3 20 0 15 0 33919667 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626209680240 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=14004028 CPUtime=2.35 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) S 22526 22529 7434 0 -1 1077944384 25904 12465 0 0 223 4 5 3 20 0 15 0 33919667 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626208627184 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 15 0 33919667 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=14004028 CPUtime=1.54 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 3009 12465 0 0 72 74 5 3 20 0 15 0 33919673 14340124672 866462 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14004028

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 22529 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2470.8 s]
/proc/loadavg: 1.55 1.66 1.63 3/211 22886
/proc/meminfo: memFree=27342436/32770624 swapFree=0/395224
[pid=22529] ppid=22526 vsize=14137156 CPUtime=2521.16 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 507596 12465 0 0 251646 462 5 3 20 0 17 0 33919640 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3534289 866005 3482 1 0 3522903 0
[pid=22529/tid=22579] ppid=22526 vsize=14137156 CPUtime=2457.9 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) S 22526 22529 7434 0 -1 1077944384 232165 12465 0 0 245674 108 5 3 20 0 17 0 33919662 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139627101313232 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=14137156 CPUtime=11.28 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) R 22526 22529 7434 0 -1 4202560 32480 12465 0 0 1052 68 5 3 20 0 17 0 33919662 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627081776046 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=14137156 CPUtime=11.21 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) R 22526 22529 7434 0 -1 4202560 27118 12465 0 0 1046 67 5 3 20 0 17 0 33919662 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626695625992 139627089703655 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=14137156 CPUtime=11.28 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) R 22526 22529 7434 0 -1 4202560 30055 12465 0 0 1050 70 5 3 20 0 17 0 33919662 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627089703655 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=14137156 CPUtime=11.25 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) R 22526 22529 7434 0 -1 4202560 31988 12465 0 0 1050 67 5 3 20 0 17 0 33919662 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626693520472 139627089703655 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=14137156 CPUtime=0.81 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 69738 12465 0 0 59 14 5 3 20 0 17 0 33919664 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626214941584 139627097085653 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 65 12465 0 0 0 0 5 3 20 0 17 0 33919664 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626213889248 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 53 12465 0 0 0 0 5 3 20 0 17 0 33919664 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626212836096 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 290 12465 0 0 0 0 5 3 20 0 17 0 33919667 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=14137156 CPUtime=7.2 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) S 22526 22529 7434 0 -1 1077944384 25259 12465 0 0 707 5 5 3 20 0 17 0 33919667 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626210732784 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=14137156 CPUtime=6.94 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) S 22526 22529 7434 0 -1 1077944384 25637 12465 0 0 683 3 5 3 20 0 17 0 33919667 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626209680240 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=14137156 CPUtime=2.35 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) S 22526 22529 7434 0 -1 1077944384 27181 12465 0 0 223 4 5 3 20 0 17 0 33919667 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626208626752 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 17 0 33919667 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=14137156 CPUtime=1.54 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 3009 12465 0 0 72 74 5 3 20 0 17 0 33919673 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22885] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22885/stat : 22885 (java) S 22526 22529 7434 0 -1 1077944384 373 12465 0 0 0 0 5 3 20 0 17 0 34166691 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626175033712 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22886] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22886/stat : 22886 (java) S 22526 22529 7434 0 -1 1077944384 29 12465 0 0 0 0 5 3 20 0 17 0 34166691 14476447744 866005 18446744073709551615 4194304 4196468 140726777173888 139626173981376 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 2521.16
Current children cumulated vsize (KiB) 14137156

[startup+2471.21 s]
/proc/loadavg: 1.55 1.66 1.63 3/211 22886
/proc/meminfo: memFree=27342436/32770624 swapFree=0/395224
[pid=22529] ppid=22526 vsize=14137156 CPUtime=2522.62 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 507857 12465 0 0 251792 462 5 3 20 0 17 0 33919640 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3534289 865014 3489 1 0 3522903 0
[pid=22529/tid=22579] ppid=22526 vsize=14137156 CPUtime=2457.9 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) S 22526 22529 7434 0 -1 1077944384 232167 12465 0 0 245674 108 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139627101313232 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=14137156 CPUtime=11.63 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) R 22526 22529 7434 0 -1 4202560 32480 12465 0 0 1087 68 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626696678416 139627081773222 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=14137156 CPUtime=11.56 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) R 22526 22529 7434 0 -1 4202560 27125 12465 0 0 1081 67 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627078671888 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=14137156 CPUtime=11.63 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) R 22526 22529 7434 0 -1 4202560 30055 12465 0 0 1085 70 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626694572816 139627078672084 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=14137156 CPUtime=11.6 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) R 22526 22529 7434 0 -1 4202560 31996 12465 0 0 1085 67 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626693520472 139627081773199 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=14137156 CPUtime=0.87 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 69978 12465 0 0 65 14 5 3 20 0 17 0 33919664 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626214941360 139627097085653 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 67 12465 0 0 0 0 5 3 20 0 17 0 33919664 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626213888752 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 53 12465 0 0 0 0 5 3 20 0 17 0 33919664 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626212836096 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 290 12465 0 0 0 0 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=14137156 CPUtime=7.2 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) S 22526 22529 7434 0 -1 1077944384 25259 12465 0 0 707 5 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626210732784 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=14137156 CPUtime=6.94 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) S 22526 22529 7434 0 -1 1077944384 25637 12465 0 0 683 3 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626209680240 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=14137156 CPUtime=2.35 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) S 22526 22529 7434 0 -1 1077944384 27182 12465 0 0 223 4 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626208626752 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=14137156 CPUtime=1.54 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 3009 12465 0 0 72 74 5 3 20 0 17 0 33919673 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22885] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22885/stat : 22885 (java) S 22526 22529 7434 0 -1 1077944384 373 12465 0 0 0 0 5 3 20 0 17 0 34166691 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626175033712 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22886] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22886/stat : 22886 (java) S 22526 22529 7434 0 -1 1077944384 30 12465 0 0 0 0 5 3 20 0 17 0 34166691 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626173981376 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 2522.62
Current children cumulated vsize (KiB) 14137156

[startup+2471.3 s]
/proc/loadavg: 1.55 1.66 1.63 3/211 22886
/proc/meminfo: memFree=27342436/32770624 swapFree=0/395224
[pid=22529] ppid=22526 vsize=14137156 CPUtime=2522.93 cores=0,2,4,6
/proc/22529/stat : 22529 (java) S 22526 22529 7434 0 -1 1077944320 507857 12465 0 0 251823 462 5 3 20 0 17 0 33919640 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 140726777156432 139627097075447 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
/proc/22529/statm: 3534289 865014 3489 1 0 3522903 0
[pid=22529/tid=22579] ppid=22526 vsize=14137156 CPUtime=2457.9 cores=0,2,4,6
/proc/22529/task/22579/stat : 22579 (java) S 22526 22529 7434 0 -1 1077944384 232167 12465 0 0 245674 108 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139627101313232 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22580] ppid=22526 vsize=14137156 CPUtime=11.7 cores=0,2,4,6
/proc/22529/task/22580/stat : 22580 (java) R 22526 22529 7434 0 -1 4202560 32480 12465 0 0 1094 68 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626696678616 139627081774229 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22581] ppid=22526 vsize=14137156 CPUtime=11.64 cores=0,2,4,6
/proc/22529/task/22581/stat : 22581 (java) R 22526 22529 7434 0 -1 4202560 27125 12465 0 0 1089 67 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626695625872 139627082072039 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22582] ppid=22526 vsize=14137156 CPUtime=11.7 cores=0,2,4,6
/proc/22529/task/22582/stat : 22582 (java) R 22526 22529 7434 0 -1 4202560 30055 12465 0 0 1092 70 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626694573016 139627082071799 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22583] ppid=22526 vsize=14137156 CPUtime=11.67 cores=0,2,4,6
/proc/22529/task/22583/stat : 22583 (java) R 22526 22529 7434 0 -1 4202560 31996 12465 0 0 1092 67 5 3 20 0 17 0 33919662 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626693520272 139627082072109 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22584] ppid=22526 vsize=14137156 CPUtime=0.88 cores=0,2,4,6
/proc/22529/task/22584/stat : 22584 (java) S 22526 22529 7434 0 -1 1077944384 69978 12465 0 0 66 14 5 3 20 0 17 0 33919664 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626214941584 139627097085653 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22585] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22585/stat : 22585 (java) S 22526 22529 7434 0 -1 1077944384 67 12465 0 0 0 0 5 3 20 0 17 0 33919664 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626213888752 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22586] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22586/stat : 22586 (java) S 22526 22529 7434 0 -1 1077944384 53 12465 0 0 0 0 5 3 20 0 17 0 33919664 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626212836096 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22587] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22587/stat : 22587 (java) S 22526 22529 7434 0 -1 1077944384 290 12465 0 0 0 0 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626211784656 139627097094043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22588] ppid=22526 vsize=14137156 CPUtime=7.2 cores=0,2,4,6
/proc/22529/task/22588/stat : 22588 (java) S 22526 22529 7434 0 -1 1077944384 25259 12465 0 0 707 5 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626210732784 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22589] ppid=22526 vsize=14137156 CPUtime=6.94 cores=0,2,4,6
/proc/22529/task/22589/stat : 22589 (java) S 22526 22529 7434 0 -1 1077944384 25637 12465 0 0 683 3 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626209680240 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22590] ppid=22526 vsize=14137156 CPUtime=2.35 cores=0,2,4,6
/proc/22529/task/22590/stat : 22590 (java) S 22526 22529 7434 0 -1 1077944384 27182 12465 0 0 223 4 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626208626752 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22591] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22591/stat : 22591 (java) S 22526 22529 7434 0 -1 1077944384 3 12465 0 0 0 0 5 3 20 0 17 0 33919667 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626207574880 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22592] ppid=22526 vsize=14137156 CPUtime=1.54 cores=0,2,4,6
/proc/22529/task/22592/stat : 22592 (java) S 22526 22529 7434 0 -1 1077944384 3009 12465 0 0 72 74 5 3 20 0 17 0 33919673 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626206521904 139627097086594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22885] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22885/stat : 22885 (java) S 22526 22529 7434 0 -1 1077944384 373 12465 0 0 0 0 5 3 20 0 17 0 34166691 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626175033712 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
[pid=22529/tid=22886] ppid=22526 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/22529/task/22886/stat : 22886 (java) S 22526 22529 7434 0 -1 1077944384 30 12465 0 0 0 0 5 3 20 0 17 0 34166691 14476447744 865014 18446744073709551615 4194304 4196468 140726777173888 139626173981376 139627097085653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12890112 140726777178064 140726777180849 140726777180849 140726777184207 0
Current children cumulated CPU time (s) 2522.93
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 2471.37
CPU time (s): 2523.1
CPU user time (s): 2518.41
CPU system time (s): 4.68577
CPU usage (%): 102.093
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.41
system time used= 4.68577
maximum resident set size= 4506676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520477
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= 72192
involuntary context switches= 3642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3526 second user time and 13.9716 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 14:35:34
IDJOB=4262468
IDBENCH=133181
IDSOLVER=2650
FILE ID=node124/4262468-1502455790
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-024.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262468-1502455790/watcher-4262468-1502455790 -o /tmp/evaluation-result-4262468-1502455790/solver-4262468-1502455790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262468-1502455790.xml

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

MD5SUM BENCH= 23eb83e679dec689804004fda8e6ed87
RANDOM SEED=2013692574

node124.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.51
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.51
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.51
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.51
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:        27050228 kB
MemAvailable:   27480576 kB
Buffers:          209756 kB
Cached:           507308 kB
SwapCached:            0 kB
Active:          4890504 kB
Inactive:         411172 kB
Active(anon):    4584676 kB
Inactive(anon):    16768 kB
Active(file):     305828 kB
Inactive(file):   394404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23956 kB
Writeback:             0 kB
AnonPages:       4584092 kB
Mapped:            50928 kB
Shmem:             17128 kB
Slab:             117500 kB
SReclaimable:      91904 kB
SUnreclaim:        25596 kB
KernelStack:        3472 kB
PageTables:        13464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5277060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4341760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 15:16:45