Trace number 4261826

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2524.21 2441.0601

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.60 1.64 1.67 4/194 1655
/proc/meminfo: memFree=28984952/32770624 swapFree=0/546532
[pid=1655] ppid=1652 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1655/stat : 1655 (runsolver) D 1652 1655 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49212520 24240128 106 18446744073709551615 4194304 4338465 140722452331104 140722452328744 139744029512407 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 19652608 140722452332752 140722452333129 140722452333129 140722452336586 0
/proc/1655/statm: 5918 106 53 36 0 2156 0

[startup+0.100062 s]
/proc/loadavg: 1.60 1.64 1.67 4/194 1655
/proc/meminfo: memFree=28984952/32770624 swapFree=0/546532
[pid=1655] ppid=1652 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/1655/stat : 1655 (bash) S 1652 1655 19618 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 49212520 9736192 350 18446744073709551615 4194304 5098028 140735005535408 140735005533048 140173576502272 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 30494720 140735005540884 140735005540969 140735005540969 140735005544426 0
/proc/1655/statm: 2377 350 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200218 s]
/proc/loadavg: 1.60 1.64 1.67 4/194 1655
/proc/meminfo: memFree=28984952/32770624 swapFree=0/546532
[pid=1655] ppid=1652 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/1655/stat : 1655 (bash) S 1652 1655 19618 0 -1 4202496 890 6477 0 0 0 0 0 1 20 0 1 0 49212520 9867264 376 18446744073709551615 4194304 5098028 140735005535408 140735005529416 140173576502272 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 30494720 140735005540884 140735005540969 140735005540969 140735005544426 0
/proc/1655/statm: 2409 376 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: 1.60 1.64 1.67 4/194 1655
/proc/meminfo: memFree=28984952/32770624 swapFree=0/546532
[pid=1655] ppid=1652 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 5487 12805 0 0 5 1 5 3 20 0 14 0 49212520 14241083392 5172 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3476827 5172 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700186 s]
/proc/loadavg: 1.60 1.64 1.67 4/194 1655
/proc/meminfo: memFree=28984952/32770624 swapFree=0/546532
[pid=1655] ppid=1652 vsize=13974784 CPUtime=0.65 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 13814 12805 0 0 53 4 5 3 20 0 15 0 49212520 14310178816 14226 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3493696 14226 3106 1 0 3482965 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13974784

[startup+1.50424 s]
/proc/loadavg: 1.60 1.64 1.67 3/209 1718
/proc/meminfo: memFree=28892008/32770624 swapFree=0/546836
[pid=1655] ppid=1652 vsize=13985408 CPUtime=1.85 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 27432 12805 0 0 169 8 5 3 20 0 15 0 49212520 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3496352 34015 3343 1 0 3485525 0
[pid=1655/tid=1705] ppid=1652 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) R 1652 1655 19618 0 -1 4202560 22018 12805 0 0 115 6 5 3 20 0 15 0 49212542 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535980907360 140535937667453 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) S 1652 1655 19618 0 -1 1077944384 1 12805 0 0 0 0 5 3 20 0 15 0 49212543 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) S 1652 1655 19618 0 -1 1077944384 1 12805 0 0 0 0 5 3 20 0 15 0 49212543 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) S 1652 1655 19618 0 -1 1077944384 1 12805 0 0 0 0 5 3 20 0 15 0 49212543 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) S 1652 1655 19618 0 -1 1077944384 2 12805 0 0 0 0 5 3 20 0 15 0 49212543 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 5 12805 0 0 0 0 5 3 20 0 15 0 49212544 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535455238640 140535976700546 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 33 12805 0 0 0 0 5 3 20 0 15 0 49212544 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535454184864 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 21 12805 0 0 0 0 5 3 20 0 15 0 49212545 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535453132272 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) R 1652 1655 19618 0 -1 4202560 968 12805 0 0 14 0 5 3 20 0 15 0 49212547 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535451017824 140535956406535 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) S 1652 1655 19618 0 -1 1077944384 869 12805 0 0 15 0 5 3 20 0 15 0 49212547 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535449974896 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) R 1652 1655 19618 0 -1 4202560 1357 12805 0 0 22 0 5 3 20 0 15 0 49212547 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535448917392 140535976710746 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 5 12805 0 0 0 0 5 3 20 0 15 0 49212553 14321057792 34015 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13985408

[startup+3.10062 s]
/proc/loadavg: 1.60 1.64 1.67 5/209 1718
/proc/meminfo: memFree=28795716/32770624 swapFree=0/546836
[pid=1655] ppid=1652 vsize=13995836 CPUtime=5.31 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 41159 12805 0 0 505 18 5 3 20 0 15 0 49212520 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3498959 69122 3460 1 0 3487573 0
[pid=1655/tid=1705] ppid=1652 vsize=13995836 CPUtime=2.83 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) R 1652 1655 19618 0 -1 4202560 27729 12805 0 0 266 9 5 3 20 0 15 0 49212542 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535980921632 140535582525509 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) S 1652 1655 19618 0 -1 1077944384 75 12805 0 0 1 1 5 3 20 0 15 0 49212543 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) S 1652 1655 19618 0 -1 1077944384 158 12805 0 0 1 0 5 3 20 0 15 0 49212543 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) S 1652 1655 19618 0 -1 1077944384 73 12805 0 0 1 0 5 3 20 0 15 0 49212543 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) S 1652 1655 19618 0 -1 1077944384 208 12805 0 0 1 0 5 3 20 0 15 0 49212543 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 1402 12805 0 0 1 0 5 3 20 0 15 0 49212544 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535455238640 140535976700546 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 55 12805 0 0 0 0 5 3 20 0 15 0 49212544 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535454184928 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 43 12805 0 0 0 0 5 3 20 0 15 0 49212545 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=13995836 CPUtime=0.74 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) R 1652 1655 19618 0 -1 4202560 1905 12805 0 0 65 1 5 3 20 0 15 0 49212547 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535451018768 140535957881383 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=13995836 CPUtime=0.93 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) R 1652 1655 19618 0 -1 4202560 4244 12805 0 0 85 0 5 3 20 0 15 0 49212547 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535449963568 140535961081376 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=13995836 CPUtime=0.88 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) S 1652 1655 19618 0 -1 1077944384 3103 12805 0 0 79 1 5 3 20 0 15 0 49212547 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535448922352 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 8 12805 0 0 0 0 5 3 20 0 15 0 49212553 14331736064 69122 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 13995836

[startup+6.30072 s]
/proc/loadavg: 1.80 1.68 1.68 3/209 1718
/proc/meminfo: memFree=28122128/32770624 swapFree=0/546828
[pid=1655] ppid=1652 vsize=13999932 CPUtime=11.45 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 52048 12805 0 0 1096 41 5 3 20 0 15 0 49212520 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3499983 194558 3466 1 0 3488597 0
[pid=1655/tid=1705] ppid=1652 vsize=13999932 CPUtime=5.92 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) R 1652 1655 19618 0 -1 4202560 35800 12805 0 0 568 16 5 3 20 0 15 0 49212542 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535980921360 140535585506016 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) S 1652 1655 19618 0 -1 1077944384 152 12805 0 0 7 4 5 3 20 0 15 0 49212543 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) S 1652 1655 19618 0 -1 1077944384 229 12805 0 0 6 4 5 3 20 0 15 0 49212543 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) S 1652 1655 19618 0 -1 1077944384 230 12805 0 0 7 4 5 3 20 0 15 0 49212543 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) S 1652 1655 19618 0 -1 1077944384 290 12805 0 0 7 4 5 3 20 0 15 0 49212543 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 1713 12805 0 0 2 0 5 3 20 0 15 0 49212544 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535455238640 140535976700546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 55 12805 0 0 0 0 5 3 20 0 15 0 49212544 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535454184928 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 43 12805 0 0 0 0 5 3 20 0 15 0 49212545 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=13999932 CPUtime=1.87 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) S 1652 1655 19618 0 -1 1077944384 2862 12805 0 0 178 1 5 3 20 0 15 0 49212547 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535451027440 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=13999932 CPUtime=2.06 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) S 1652 1655 19618 0 -1 1077944384 4765 12805 0 0 197 1 5 3 20 0 15 0 49212547 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535449974896 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=13999932 CPUtime=1.29 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) S 1652 1655 19618 0 -1 1077944384 3742 12805 0 0 119 2 5 3 20 0 15 0 49212547 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535448922352 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 11 12805 0 0 0 0 5 3 20 0 15 0 49212553 14335930368 194558 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.73 1.66 1.68 3/209 1718
/proc/meminfo: memFree=27257688/32770624 swapFree=0/546828
[pid=1655] ppid=1652 vsize=14004028 CPUtime=24.73 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 70376 12805 0 0 2400 65 5 3 20 0 15 0 49212520 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3501007 359425 3479 1 0 3489621 0
[pid=1655/tid=1705] ppid=1652 vsize=14004028 CPUtime=12.12 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) R 1652 1655 19618 0 -1 4202560 40844 12805 0 0 1179 25 5 3 20 0 15 0 49212542 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535980922816 140535591224759 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=14004028 CPUtime=0.34 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) S 1652 1655 19618 0 -1 1077944384 301 12805 0 0 19 7 5 3 20 0 15 0 49212543 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=14004028 CPUtime=0.33 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) S 1652 1655 19618 0 -1 1077944384 348 12805 0 0 18 7 5 3 20 0 15 0 49212543 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=14004028 CPUtime=0.35 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) S 1652 1655 19618 0 -1 1077944384 426 12805 0 0 20 7 5 3 20 0 15 0 49212543 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=14004028 CPUtime=0.35 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) S 1652 1655 19618 0 -1 1077944384 485 12805 0 0 19 8 5 3 20 0 15 0 49212543 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 2850 12805 0 0 5 0 5 3 20 0 15 0 49212544 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535455238640 140535976700546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 55 12805 0 0 0 0 5 3 20 0 15 0 49212544 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535454184928 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 43 12805 0 0 0 0 5 3 20 0 15 0 49212545 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14340124672 359425 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0

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

Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2439.91 s]
/proc/loadavg: 1.71 1.69 1.67 3/210 2010
/proc/meminfo: memFree=22060156/32770624 swapFree=0/547212
[pid=1655] ppid=1652 vsize=14004028 CPUtime=2520.06 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 628005 12805 0 0 251532 466 5 3 20 0 15 0 49212520 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3501007 1170534 3483 1 0 3489621 0
[pid=1655/tid=1705] ppid=1652 vsize=14004028 CPUtime=2417.43 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) R 1652 1655 19618 0 -1 4202560 246098 12805 0 0 241634 101 5 3 20 0 15 0 49212542 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535980915120 140535592705578 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=14004028 CPUtime=21.18 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) S 1652 1655 19618 0 -1 1077944384 48950 12805 0 0 2042 68 5 3 20 0 15 0 49212543 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=14004028 CPUtime=21.14 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) S 1652 1655 19618 0 -1 1077944384 42076 12805 0 0 2038 68 5 3 20 0 15 0 49212543 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=14004028 CPUtime=21.17 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) S 1652 1655 19618 0 -1 1077944384 45054 12805 0 0 2043 66 5 3 20 0 15 0 49212543 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=14004028 CPUtime=21.19 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) S 1652 1655 19618 0 -1 1077944384 49648 12805 0 0 2042 69 5 3 20 0 15 0 49212543 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=14004028 CPUtime=0.88 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 99004 12805 0 0 65 15 5 3 20 0 15 0 49212544 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535455238640 140535976700546 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 61 12805 0 0 0 0 5 3 20 0 15 0 49212544 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535454184928 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 58 12805 0 0 0 0 5 3 20 0 15 0 49212545 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=14004028 CPUtime=7.25 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) S 1652 1655 19618 0 -1 1077944384 42333 12805 0 0 712 5 5 3 20 0 15 0 49212547 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535451027440 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=14004028 CPUtime=6.6 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) S 1652 1655 19618 0 -1 1077944384 28228 12805 0 0 649 3 5 3 20 0 15 0 49212547 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535449974896 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=14004028 CPUtime=2.24 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) S 1652 1655 19618 0 -1 1077944384 22772 12805 0 0 212 4 5 3 20 0 15 0 49212547 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535448922352 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 15 0 49212547 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=14004028 CPUtime=1.59 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 1567 12805 0 0 70 81 5 3 20 0 15 0 49212553 14340124672 1170534 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 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 1655 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2440.01 s]
/proc/loadavg: 1.71 1.69 1.67 3/210 2010
/proc/meminfo: memFree=22060156/32770624 swapFree=0/547212
[pid=1655] ppid=1652 vsize=14137156 CPUtime=2520.46 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 632832 12805 0 0 251571 467 5 3 20 0 17 0 49212520 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3534289 1159056 3483 1 0 3522903 0
[pid=1655/tid=1705] ppid=1652 vsize=14137156 CPUtime=2417.45 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) S 1652 1655 19618 0 -1 1077944384 247398 12805 0 0 241635 102 5 3 20 0 17 0 49212542 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535980927152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=14137156 CPUtime=21.27 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) R 1652 1655 19618 0 -1 4202560 50060 12805 0 0 2051 68 5 3 20 0 17 0 49212543 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535961640004 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=14137156 CPUtime=21.24 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) R 1652 1655 19618 0 -1 4202560 42360 12805 0 0 2048 68 5 3 20 0 17 0 49212543 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535895050840 140535961387151 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=14137156 CPUtime=21.27 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) R 1652 1655 19618 0 -1 4202560 45201 12805 0 0 2053 66 5 3 20 0 17 0 49212543 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535961387160 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=14137156 CPUtime=21.29 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) R 1652 1655 19618 0 -1 4202560 49766 12805 0 0 2052 69 5 3 20 0 17 0 49212543 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535961387151 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=14137156 CPUtime=0.88 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 99160 12805 0 0 65 15 5 3 20 0 17 0 49212544 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535455237040 140535976699605 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 61 12805 0 0 0 0 5 3 20 0 17 0 49212544 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535454184928 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 58 12805 0 0 0 0 5 3 20 0 17 0 49212545 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 267 12805 0 0 0 0 5 3 20 0 17 0 49212547 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=14137156 CPUtime=7.25 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) S 1652 1655 19618 0 -1 1077944384 42336 12805 0 0 712 5 5 3 20 0 17 0 49212547 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535451027440 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=14137156 CPUtime=6.6 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) S 1652 1655 19618 0 -1 1077944384 28231 12805 0 0 649 3 5 3 20 0 17 0 49212547 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535449974896 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=14137156 CPUtime=2.24 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) S 1652 1655 19618 0 -1 1077944384 23844 12805 0 0 212 4 5 3 20 0 17 0 49212547 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535448922352 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 17 0 49212547 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=14137156 CPUtime=1.59 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 1567 12805 0 0 70 81 5 3 20 0 17 0 49212553 14476447744 1159056 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
Current children cumulated CPU time (s) 2520.46
Current children cumulated vsize (KiB) 14137156

[startup+2440.8 s]
/proc/loadavg: 1.71 1.69 1.67 3/210 2010
/proc/meminfo: memFree=22060156/32770624 swapFree=0/547212
[pid=1655] ppid=1652 vsize=14137156 CPUtime=2523.38 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 643067 12805 0 0 251862 468 5 3 20 0 17 0 49212520 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3534289 1139562 3483 1 0 3522903 0
[pid=1655/tid=1705] ppid=1652 vsize=14137156 CPUtime=2417.45 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) S 1652 1655 19618 0 -1 1077944384 247399 12805 0 0 241635 102 5 3 20 0 17 0 49212542 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535980927152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=14137156 CPUtime=21.98 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) R 1652 1655 19618 0 -1 4202560 50072 12805 0 0 2122 68 5 3 20 0 17 0 49212543 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535961685766 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=14137156 CPUtime=21.94 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) R 1652 1655 19618 0 -1 4202560 42363 12805 0 0 2118 68 5 3 20 0 17 0 49212543 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535958299044 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=14137156 CPUtime=21.98 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) R 1652 1655 19618 0 -1 4202560 45206 12805 0 0 2124 66 5 3 20 0 17 0 49212543 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535574555152 140535961685809 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=14137156 CPUtime=21.99 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) R 1652 1655 19618 0 -1 4202560 49776 12805 0 0 2122 69 5 3 20 0 17 0 49212543 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535573502808 140535958299147 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=14137156 CPUtime=0.96 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 109359 12805 0 0 72 16 5 3 20 0 17 0 49212544 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535455237264 140535976699605 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 63 12805 0 0 0 0 5 3 20 0 17 0 49212544 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535454184560 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 58 12805 0 0 0 0 5 3 20 0 17 0 49212545 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 267 12805 0 0 0 0 5 3 20 0 17 0 49212547 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=14137156 CPUtime=7.25 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) S 1652 1655 19618 0 -1 1077944384 42336 12805 0 0 712 5 5 3 20 0 17 0 49212547 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535451027440 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=14137156 CPUtime=6.6 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) S 1652 1655 19618 0 -1 1077944384 28231 12805 0 0 649 3 5 3 20 0 17 0 49212547 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535449974896 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=14137156 CPUtime=2.24 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) S 1652 1655 19618 0 -1 1077944384 23844 12805 0 0 212 4 5 3 20 0 17 0 49212547 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535448922352 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 17 0 49212547 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=14137156 CPUtime=1.59 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 1569 12805 0 0 70 81 5 3 20 0 17 0 49212553 14476447744 1139562 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
Current children cumulated CPU time (s) 2523.38
Current children cumulated vsize (KiB) 14137156

[startup+2441.01 s]
/proc/loadavg: 1.71 1.69 1.67 6/212 2012
/proc/meminfo: memFree=22251792/32770624 swapFree=0/547212
[pid=1655] ppid=1652 vsize=14137156 CPUtime=2524.12 cores=1,3,5,7
/proc/1655/stat : 1655 (java) S 1652 1655 19618 0 -1 1077944320 643073 12805 0 0 251936 468 5 3 20 0 17 0 49212520 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140732063253904 140535976689399 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
/proc/1655/statm: 3534289 1122633 3483 1 0 3522903 0
[pid=1655/tid=1705] ppid=1652 vsize=14137156 CPUtime=2417.45 cores=1,3,5,7
/proc/1655/task/1705/stat : 1705 (java) S 1652 1655 19618 0 -1 1077944384 247399 12805 0 0 241635 102 5 3 20 0 17 0 49212542 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535980927152 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1706] ppid=1652 vsize=14137156 CPUtime=22.16 cores=1,3,5,7
/proc/1655/task/1706/stat : 1706 (java) R 1652 1655 19618 0 -1 4202560 50072 12805 0 0 2140 68 5 3 20 0 17 0 49212543 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535896103184 140535961390061 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1707] ppid=1652 vsize=14137156 CPUtime=22.13 cores=1,3,5,7
/proc/1655/task/1707/stat : 1707 (java) R 1652 1655 19618 0 -1 4202560 42363 12805 0 0 2137 68 5 3 20 0 17 0 49212543 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535895050640 140535961686061 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1708] ppid=1652 vsize=14137156 CPUtime=22.15 cores=1,3,5,7
/proc/1655/task/1708/stat : 1708 (java) R 1652 1655 19618 0 -1 4202560 45206 12805 0 0 2141 66 5 3 20 0 17 0 49212543 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535574555352 140535958299014 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1709] ppid=1652 vsize=14137156 CPUtime=22.18 cores=1,3,5,7
/proc/1655/task/1709/stat : 1709 (java) R 1652 1655 19618 0 -1 4202560 49776 12805 0 0 2141 69 5 3 20 0 17 0 49212543 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535573502608 140535961685803 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1710] ppid=1652 vsize=14137156 CPUtime=0.98 cores=1,3,5,7
/proc/1655/task/1710/stat : 1710 (java) S 1652 1655 19618 0 -1 1077944384 109361 12805 0 0 74 16 5 3 20 0 17 0 49212544 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535455237264 140535976699605 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1711] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1711/stat : 1711 (java) S 1652 1655 19618 0 -1 1077944384 63 12805 0 0 0 0 5 3 20 0 17 0 49212544 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535454184464 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1712] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1712/stat : 1712 (java) S 1652 1655 19618 0 -1 1077944384 60 12805 0 0 0 0 5 3 20 0 17 0 49212545 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535453132288 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1713] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1713/stat : 1713 (java) S 1652 1655 19618 0 -1 1077944384 267 12805 0 0 0 0 5 3 20 0 17 0 49212547 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535452080848 140535976707995 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1714] ppid=1652 vsize=14137156 CPUtime=7.25 cores=1,3,5,7
/proc/1655/task/1714/stat : 1714 (java) S 1652 1655 19618 0 -1 1077944384 42336 12805 0 0 712 5 5 3 20 0 17 0 49212547 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535451027440 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1715] ppid=1652 vsize=14137156 CPUtime=6.6 cores=1,3,5,7
/proc/1655/task/1715/stat : 1715 (java) S 1652 1655 19618 0 -1 1077944384 28231 12805 0 0 649 3 5 3 20 0 17 0 49212547 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535449974896 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1716] ppid=1652 vsize=14137156 CPUtime=2.24 cores=1,3,5,7
/proc/1655/task/1716/stat : 1716 (java) S 1652 1655 19618 0 -1 1077944384 23844 12805 0 0 212 4 5 3 20 0 17 0 49212547 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535448922352 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1717] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/1717/stat : 1717 (java) S 1652 1655 19618 0 -1 1077944384 3 12805 0 0 0 0 5 3 20 0 17 0 49212547 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535447870048 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=1718] ppid=1652 vsize=14137156 CPUtime=1.59 cores=1,3,5,7
/proc/1655/task/1718/stat : 1718 (java) S 1652 1655 19618 0 -1 1077944384 1569 12805 0 0 70 81 5 3 20 0 17 0 49212553 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535446817584 140535976700546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=2011] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/2011/stat : 2011 (java) S 1652 1655 19618 0 -1 1077944384 336 12805 0 0 0 0 5 3 20 0 17 0 49456511 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140535425581680 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
[pid=1655/tid=2012] ppid=1652 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/1655/task/2012/stat : 2012 (java) S 1652 1655 19618 0 -1 1077944384 36 12805 0 0 0 0 5 3 20 0 17 0 49456511 14476447744 1122633 18446744073709551615 4194304 4196468 140732063271360 140534985516480 140535976699605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36999168 140732063274960 140732063277745 140732063277745 140732063281103 0
Current children cumulated CPU time (s) 2524.12
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 2441.06
CPU time (s): 2524.21
CPU user time (s): 2519.47
CPU system time (s): 4.74284
CPU usage (%): 103.407
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.47
system time used= 4.74284
maximum resident set size= 5038060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71510
involuntary context switches= 2601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2456 second user time and 10.336 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 18:35:43
IDJOB=4261826
IDBENCH=136117
IDSOLVER=2650
FILE ID=node127/4261826-1502470191
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261826-1502470191/watcher-4261826-1502470191 -o /tmp/evaluation-result-4261826-1502470191/solver-4261826-1502470191 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4261826-1502470191.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=82423563

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28985064 kB
MemAvailable:   29795008 kB
Buffers:          258880 kB
Cached:           841184 kB
SwapCached:            0 kB
Active:          2786972 kB
Inactive:         571440 kB
Active(anon):    2258816 kB
Inactive(anon):    24908 kB
Active(file):     528156 kB
Inactive(file):   546532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24572 kB
Writeback:             0 kB
AnonPages:       2270612 kB
Mapped:            55340 kB
Shmem:             25252 kB
Slab:             127812 kB
SReclaimable:     102184 kB
SUnreclaim:        25628 kB
KernelStack:        3696 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3031856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2054144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 19:16:25