Trace number 4248024

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
R1: Concrete 3.4? (TO) 2401.6799 2336.3999

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-10-2-12.xml
MD5SUM616f71b8e0d8bc577b21aa831e8a99b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark255.478
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints1092
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":1440},{"size":12,"count":960}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":960},{"degree":9,"count":1440}]
Minimum constraint arity8
Maximum constraint arity120
Distribution of constraint arities[{"arity":8,"count":120},{"arity":13,"count":960},{"arity":120,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":120},{"type":"element","count":960}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.43 1.41 1.47 2/198 19922
/proc/meminfo: memFree=29476840/32770624 swapFree=0/442120
[pid=19922] ppid=19919 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19922/stat : 19922 (runsolver) D 19919 19922 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 58522415 24240128 107 18446744073709551615 4194304 4338465 140730483250384 140730483248024 139836837339863 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 32604160 140730483257552 140730483257929 140730483257929 140730483261386 0
/proc/19922/statm: 5918 107 54 36 0 2156 0

[startup+0.10045 s]
/proc/loadavg: 1.43 1.41 1.47 2/198 19922
/proc/meminfo: memFree=29476840/32770624 swapFree=0/442120
[pid=19922] ppid=19919 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/19922/stat : 19922 (bash) S 19919 19922 25139 0 -1 4202496 754 5081 0 0 0 0 0 1 20 0 1 0 58522415 9871360 354 18446744073709551615 4194304 5098028 140727852035232 140727852033160 140120438361088 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 33632256 140727852040724 140727852040809 140727852040809 140727852044266 0
/proc/19922/statm: 2410 354 282 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200217 s]
/proc/loadavg: 1.43 1.41 1.47 2/198 19922
/proc/meminfo: memFree=29476840/32770624 swapFree=0/442120
[pid=19922] ppid=19919 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/19922/stat : 19922 (bash) S 19919 19922 25139 0 -1 4202496 881 6453 0 0 0 0 0 1 20 0 1 0 58522415 9871360 374 18446744073709551615 4194304 5098028 140727852035232 140727852029240 140120438361088 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 33632256 140727852040724 140727852040809 140727852040809 140727852044266 0
/proc/19922/statm: 2410 374 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300301 s]
/proc/loadavg: 1.43 1.41 1.47 2/198 19922
/proc/meminfo: memFree=29476840/32770624 swapFree=0/442120
[pid=19922] ppid=19919 vsize=10485316 CPUtime=0.13 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 5509 12462 0 0 5 1 5 2 20 0 14 0 58522415 10736963584 5706 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2621329 5706 2563 1 0 2610826 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10485316

[startup+0.70024 s]
/proc/loadavg: 1.43 1.41 1.47 2/198 19922
/proc/meminfo: memFree=29476840/32770624 swapFree=0/442120
[pid=19922] ppid=19919 vsize=10552792 CPUtime=0.46 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 12689 12462 0 0 36 3 5 2 20 0 15 0 58522415 10806059008 12894 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2638198 12894 3057 1 0 2627467 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10552792

[startup+1.50064 s]
/proc/loadavg: 1.43 1.41 1.47 4/213 19985
/proc/meminfo: memFree=29401196/32770624 swapFree=0/442144
[pid=19922] ppid=19919 vsize=10563416 CPUtime=1.63 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 26688 12462 0 0 149 7 5 2 20 0 15 0 58522415 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2640854 32243 3343 1 0 2630027 0
[pid=19922/tid=19972] ppid=19919 vsize=10563416 CPUtime=1.15 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) R 19919 19922 25139 0 -1 4202560 22117 12462 0 0 103 5 5 2 20 0 15 0 58522437 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140556280897808 140556260742494 0 4 1 16800974 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) S 19919 19922 25139 0 -1 1077944384 1 12462 0 0 0 0 5 2 20 0 15 0 58522437 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140556233628560 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) S 19919 19922 25139 0 -1 1077944384 2 12462 0 0 0 0 5 2 20 0 15 0 58522437 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) S 19919 19922 25139 0 -1 1077944384 1 12462 0 0 0 0 5 2 20 0 15 0 58522437 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140556231523472 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 25139 0 -1 1077944384 2 12462 0 0 0 0 5 2 20 0 15 0 58522437 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 5 12462 0 0 0 0 5 2 20 0 15 0 58522439 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555839953008 140556276673154 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 33 12462 0 0 0 0 5 2 20 0 15 0 58522439 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555838898976 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 21 12462 0 0 0 0 5 2 20 0 15 0 58522439 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555837846640 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10563416 CPUtime=0.22 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 25139 0 -1 1077944384 952 12462 0 0 15 0 5 2 20 0 15 0 58522442 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555835742832 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10563416 CPUtime=0.17 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 25139 0 -1 1077944384 555 12462 0 0 10 0 5 2 20 0 15 0 58522442 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10563416 CPUtime=0.26 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 866 12462 0 0 19 0 5 2 20 0 15 0 58522442 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555833637744 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 6 12462 0 0 0 0 5 2 20 0 15 0 58522461 10816937984 32243 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10563416

[startup+3.1007 s]
/proc/loadavg: 1.43 1.41 1.47 5/213 19985
/proc/meminfo: memFree=29308848/32770624 swapFree=0/442144
[pid=19922] ppid=19919 vsize=10573844 CPUtime=5.87 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 43000 12462 0 0 565 15 5 2 20 0 15 0 58522415 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2643461 54122 3456 1 0 2632075 0
[pid=19922/tid=19972] ppid=19919 vsize=10573844 CPUtime=2.71 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) R 19919 19922 25139 0 -1 4202560 29072 12462 0 0 256 8 5 2 20 0 15 0 58522437 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140556280894160 140555918105593 0 4 1 16800974 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) S 19919 19922 25139 0 -1 1077944384 171 12462 0 0 1 0 5 2 20 0 15 0 58522437 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140556233628560 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) S 19919 19922 25139 0 -1 1077944384 27 12462 0 0 1 0 5 2 20 0 15 0 58522437 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) S 19919 19922 25139 0 -1 1077944384 44 12462 0 0 1 0 5 2 20 0 15 0 58522437 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140556231523472 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 25139 0 -1 1077944384 55 12462 0 0 1 0 5 2 20 0 15 0 58522437 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 1669 12462 0 0 1 0 5 2 20 0 15 0 58522439 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555839953008 140556276673154 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 54 12462 0 0 0 0 5 2 20 0 15 0 58522439 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555838898976 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 44 12462 0 0 0 0 5 2 20 0 15 0 58522439 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10573844 CPUtime=1.19 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) R 19919 19922 25139 0 -1 4202560 3761 12462 0 0 111 1 5 2 20 0 15 0 58522442 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555835727424 140556255739495 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10573844 CPUtime=1 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) R 19919 19922 25139 0 -1 4202560 2103 12462 0 0 92 1 5 2 20 0 15 0 58522442 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556261787402 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10573844 CPUtime=1.06 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 3853 12462 0 0 97 2 5 2 20 0 15 0 58522442 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555833637744 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 9 12462 0 0 0 0 5 2 20 0 15 0 58522461 10827616256 54122 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 10573844

[startup+6.30067 s]
/proc/loadavg: 1.71 1.47 1.48 5/213 19985
/proc/meminfo: memFree=29091188/32770624 swapFree=0/442152
[pid=19922] ppid=19919 vsize=10577940 CPUtime=13.83 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 62629 12462 0 0 1345 31 5 2 20 0 15 0 58522415 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2644485 134252 3476 1 0 2633099 0
[pid=19922/tid=19972] ppid=19919 vsize=10577940 CPUtime=5.76 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) R 19919 19922 25139 0 -1 4202560 37637 12462 0 0 556 13 5 2 20 0 15 0 58522437 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140556280888992 140555915704851 0 4 1 16800974 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10577940 CPUtime=0.2 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) S 19919 19922 25139 0 -1 1077944384 1095 12462 0 0 10 3 5 2 20 0 15 0 58522437 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140556233628560 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10577940 CPUtime=0.19 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) S 19919 19922 25139 0 -1 1077944384 307 12462 0 0 10 2 5 2 20 0 15 0 58522437 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10577940 CPUtime=0.19 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) S 19919 19922 25139 0 -1 1077944384 722 12462 0 0 10 2 5 2 20 0 15 0 58522437 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140556231523472 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10577940 CPUtime=0.17 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 25139 0 -1 1077944384 193 12462 0 0 8 2 5 2 20 0 15 0 58522437 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10577940 CPUtime=0.1 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 2179 12462 0 0 3 0 5 2 20 0 15 0 58522439 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555839953008 140556276673154 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 54 12462 0 0 0 0 5 2 20 0 15 0 58522439 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555838899040 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 44 12462 0 0 0 0 5 2 20 0 15 0 58522439 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10577940 CPUtime=3.17 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 25139 0 -1 1077944384 6780 12462 0 0 309 1 5 2 20 0 15 0 58522442 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555835742832 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10577940 CPUtime=3.04 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 25139 0 -1 1077944384 4494 12462 0 0 296 1 5 2 20 0 15 0 58522442 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10577940 CPUtime=1.47 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 6903 12462 0 0 138 2 5 2 20 0 15 0 58522442 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555833637744 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 83 12462 0 0 0 0 5 2 20 0 15 0 58522461 10831810560 134252 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 10577940

[startup+12.7007 s]
/proc/loadavg: 1.82 1.49 1.49 3/213 19985
/proc/meminfo: memFree=28409980/32770624 swapFree=0/442148
[pid=19922] ppid=19919 vsize=10647572 CPUtime=26.76 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 94744 12462 0 0 2618 51 5 2 20 0 15 0 58522415 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2661893 269773 3490 1 0 2650507 0
[pid=19922/tid=19972] ppid=19919 vsize=10647572 CPUtime=11.97 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) R 19919 19922 25139 0 -1 4202560 54340 12462 0 0 1170 20 5 2 20 0 15 0 58522437 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140556280893880 140555908883939 0 4 1 16800974 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10647572 CPUtime=0.34 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) S 19919 19922 25139 0 -1 1077944384 1193 12462 0 0 22 5 5 2 20 0 15 0 58522437 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140556233628560 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10647572 CPUtime=0.33 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) S 19919 19922 25139 0 -1 1077944384 435 12462 0 0 22 4 5 2 20 0 15 0 58522437 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10647572 CPUtime=0.33 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) S 19919 19922 25139 0 -1 1077944384 858 12462 0 0 22 4 5 2 20 0 15 0 58522437 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140556231523472 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10647572 CPUtime=0.31 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 25139 0 -1 1077944384 316 12462 0 0 20 4 5 2 20 0 15 0 58522437 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10647572 CPUtime=0.13 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 7103 12462 0 0 5 1 5 2 20 0 15 0 58522439 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140555839953008 140556276673154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 58 12462 0 0 0 0 5 2 20 0 15 0 58522439 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140555838899104 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 47 12462 0 0 0 0 5 2 20 0 15 0 58522439 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10903113728 269773 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0

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

/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10903113728 349729 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10647572 CPUtime=1.48 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 1548 12462 0 0 68 73 5 2 20 0 15 0 58522461 10903113728 349729 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 2386.11
Current children cumulated vsize (KiB) 10647572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2335.9 s]
/proc/loadavg: 1.48 1.48 1.42 3/216 20410
/proc/meminfo: memFree=26869288/32770624 swapFree=0/442864
[pid=19922] ppid=19919 vsize=10647572 CPUtime=2400.04 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 385055 12462 0 0 239668 329 5 2 20 0 15 0 58522415 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2661893 348679 3492 1 0 2650507 0
[pid=19922/tid=19972] ppid=19919 vsize=10647572 CPUtime=2311.61 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) R 19919 19922 25139 0 -1 4202560 134074 12462 0 0 231075 79 5 2 20 0 15 0 58522437 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140556280891056 140555927966086 0 4 1 16800974 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10647572 CPUtime=16.89 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) S 19919 19922 25139 0 -1 1077944384 44479 12462 0 0 1648 34 5 2 20 0 15 0 58522437 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140556233628560 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10647572 CPUtime=16.87 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) S 19919 19922 25139 0 -1 1077944384 35639 12462 0 0 1646 34 5 2 20 0 15 0 58522437 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10647572 CPUtime=16.86 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) S 19919 19922 25139 0 -1 1077944384 39735 12462 0 0 1646 33 5 2 20 0 15 0 58522437 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140556231523472 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10647572 CPUtime=16.83 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 25139 0 -1 1077944384 38726 12462 0 0 1644 32 5 2 20 0 15 0 58522437 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10647572 CPUtime=5.09 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 32768 12462 0 0 447 55 5 2 20 0 15 0 58522439 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555839953008 140556276673154 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 58 12462 0 0 0 0 5 2 20 0 15 0 58522439 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555838899104 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 47 12462 0 0 0 0 5 2 20 0 15 0 58522439 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10647572 CPUtime=6.28 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 25139 0 -1 1077944384 20215 12462 0 0 617 4 5 2 20 0 15 0 58522442 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555835742832 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10647572 CPUtime=6.36 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 25139 0 -1 1077944384 18028 12462 0 0 625 4 5 2 20 0 15 0 58522442 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10647572 CPUtime=2.28 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 17587 12462 0 0 216 5 5 2 20 0 15 0 58522442 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555833637744 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 15 0 58522442 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10647572 CPUtime=1.48 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 1561 12462 0 0 68 73 5 2 20 0 15 0 58522461 10903113728 348679 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10647572

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

[startup+2336.01 s]
/proc/loadavg: 1.48 1.48 1.42 3/216 20410
/proc/meminfo: memFree=26869288/32770624 swapFree=0/442864
[pid=19922] ppid=19919 vsize=10780700 CPUtime=2400.35 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 389539 12462 0 0 239699 329 5 2 20 0 17 0 58522415 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2695175 351462 3492 1 0 2683789 0
[pid=19922/tid=19972] ppid=19919 vsize=10780700 CPUtime=2311.62 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) S 19919 19922 25139 0 -1 1077944384 134298 12462 0 0 231076 79 5 2 20 0 17 0 58522437 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140556280899728 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10780700 CPUtime=16.96 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) R 19919 19922 25139 0 -1 4202560 44639 12462 0 0 1655 34 5 2 20 0 17 0 58522437 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140556233628680 140556269290215 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10780700 CPUtime=16.94 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) R 19919 19922 25139 0 -1 4202560 35693 12462 0 0 1653 34 5 2 20 0 17 0 58522437 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556269290215 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10780700 CPUtime=16.93 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 25139 0 -1 4202560 39764 12462 0 0 1653 33 5 2 20 0 17 0 58522437 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140556231523472 140556269290215 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10780700 CPUtime=16.9 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) R 19919 19922 25139 0 -1 4202560 38864 12462 0 0 1651 32 5 2 20 0 17 0 58522437 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556261362657 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10780700 CPUtime=5.11 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 36288 12462 0 0 449 55 5 2 20 0 17 0 58522439 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555839951632 140556276672213 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 58 12462 0 0 0 0 5 2 20 0 17 0 58522439 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555838899104 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 47 12462 0 0 0 0 5 2 20 0 17 0 58522439 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 103 12462 0 0 0 0 5 2 20 0 17 0 58522442 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10780700 CPUtime=6.28 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 25139 0 -1 1077944384 20215 12462 0 0 617 4 5 2 20 0 17 0 58522442 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555835742832 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10780700 CPUtime=6.36 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 25139 0 -1 1077944384 18028 12462 0 0 625 4 5 2 20 0 17 0 58522442 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10780700 CPUtime=2.28 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 17734 12462 0 0 216 5 5 2 20 0 17 0 58522442 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555833637312 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 17 0 58522442 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10780700 CPUtime=1.48 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 1561 12462 0 0 68 73 5 2 20 0 17 0 58522461 11039436800 351462 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 2400.35
Current children cumulated vsize (KiB) 10780700

[startup+2336.2 s]
/proc/loadavg: 1.48 1.48 1.42 3/216 20410
/proc/meminfo: memFree=26869288/32770624 swapFree=0/442864
[pid=19922] ppid=19919 vsize=10780700 CPUtime=2401.07 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 389705 12462 0 0 239770 330 5 2 20 0 17 0 58522415 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2695175 351433 3492 1 0 2683789 0
[pid=19922/tid=19972] ppid=19919 vsize=10780700 CPUtime=2311.62 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) S 19919 19922 25139 0 -1 1077944384 134298 12462 0 0 231076 79 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556280899728 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10780700 CPUtime=17.13 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) R 19919 19922 25139 0 -1 4202560 44645 12462 0 0 1672 34 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556233628760 140556258259018 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10780700 CPUtime=17.11 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) R 19919 19922 25139 0 -1 4202560 35694 12462 0 0 1670 34 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556261359646 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10780700 CPUtime=17.1 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 25139 0 -1 4202560 39774 12462 0 0 1670 33 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556231523672 140556261116017 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10780700 CPUtime=17.08 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) R 19919 19922 25139 0 -1 4202560 38869 12462 0 0 1669 32 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556230470872 140556261359782 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10780700 CPUtime=5.13 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 36426 12462 0 0 451 55 5 2 20 0 17 0 58522439 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555839951408 140556276672213 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 60 12462 0 0 0 0 5 2 20 0 17 0 58522439 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555838899088 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 47 12462 0 0 0 0 5 2 20 0 17 0 58522439 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 103 12462 0 0 0 0 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10780700 CPUtime=6.28 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 25139 0 -1 1077944384 20215 12462 0 0 617 4 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555835742832 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10780700 CPUtime=6.36 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 25139 0 -1 1077944384 18028 12462 0 0 625 4 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10780700 CPUtime=2.28 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 17736 12462 0 0 216 5 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555833637744 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10780700 CPUtime=1.48 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 1561 12462 0 0 68 73 5 2 20 0 17 0 58522461 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 2401.07
Current children cumulated vsize (KiB) 10780700

[startup+2336.31 s]
/proc/loadavg: 1.48 1.48 1.42 3/216 20410
/proc/meminfo: memFree=26869288/32770624 swapFree=0/442864
[pid=19922] ppid=19919 vsize=10780700 CPUtime=2401.4 cores=1,3,5,7
/proc/19922/stat : 19922 (java) S 19919 19922 25139 0 -1 1077944320 389706 12462 0 0 239803 330 5 2 20 0 17 0 58522415 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140730556649136 140556276662007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
/proc/19922/statm: 2695175 351433 3492 1 0 2683789 0
[pid=19922/tid=19972] ppid=19919 vsize=10780700 CPUtime=2311.62 cores=1,3,5,7
/proc/19922/task/19972/stat : 19972 (java) S 19919 19922 25139 0 -1 1077944384 134298 12462 0 0 231076 79 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556280899728 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19973] ppid=19919 vsize=10780700 CPUtime=17.21 cores=1,3,5,7
/proc/19922/task/19973/stat : 19973 (java) R 19919 19922 25139 0 -1 4202560 44645 12462 0 0 1680 34 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556233628560 140556261658516 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19974] ppid=19919 vsize=10780700 CPUtime=17.18 cores=1,3,5,7
/proc/19922/task/19974/stat : 19974 (java) R 19919 19922 25139 0 -1 4202560 35694 12462 0 0 1677 34 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556232575760 140556261658686 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19975] ppid=19919 vsize=10780700 CPUtime=17.17 cores=1,3,5,7
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 25139 0 -1 4202560 39774 12462 0 0 1677 33 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556231523672 140556258271762 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19976] ppid=19919 vsize=10780700 CPUtime=17.15 cores=1,3,5,7
/proc/19922/task/19976/stat : 19976 (java) R 19919 19922 25139 0 -1 4202560 38869 12462 0 0 1676 32 5 2 20 0 17 0 58522437 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140556230470672 140556261658560 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19977] ppid=19919 vsize=10780700 CPUtime=5.16 cores=1,3,5,7
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 25139 0 -1 1077944384 36426 12462 0 0 454 55 5 2 20 0 17 0 58522439 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555839951632 140556276672213 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19978] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 25139 0 -1 1077944384 60 12462 0 0 0 0 5 2 20 0 17 0 58522439 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555838899184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19979] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 25139 0 -1 1077944384 47 12462 0 0 0 0 5 2 20 0 17 0 58522439 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555837846656 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19980] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 25139 0 -1 1077944384 103 12462 0 0 0 0 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555836794960 140556276680603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19981] ppid=19919 vsize=10780700 CPUtime=6.28 cores=1,3,5,7
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 25139 0 -1 1077944384 20215 12462 0 0 617 4 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555835742832 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19982] ppid=19919 vsize=10780700 CPUtime=6.36 cores=1,3,5,7
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 25139 0 -1 1077944384 18028 12462 0 0 625 4 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555834690032 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19983] ppid=19919 vsize=10780700 CPUtime=2.28 cores=1,3,5,7
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 25139 0 -1 1077944384 17736 12462 0 0 216 5 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555833637744 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19984] ppid=19919 vsize=10780700 CPUtime=0.07 cores=1,3,5,7
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 25139 0 -1 1077944384 3 12462 0 0 0 0 5 2 20 0 17 0 58522442 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555832585184 140556276672213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
[pid=19922/tid=19985] ppid=19919 vsize=10780700 CPUtime=1.48 cores=1,3,5,7
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 25139 0 -1 1077944384 1561 12462 0 0 68 73 5 2 20 0 17 0 58522461 11039436800 351433 18446744073709551615 4194304 4196468 140730556666592 140555831531952 140556276673154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21798912 140730556671963 140730556674737 140730556674737 140730556678095 0
Current children cumulated CPU time (s) 2401.4
Current children cumulated vsize (KiB) 10780700

Child status: 143
Real time (s): 2336.4
CPU time (s): 2401.68
CPU user time (s): 2398.34
CPU system time (s): 3.34151
CPU usage (%): 102.794
Max. virtual memory (cumulated for all children) (KiB): 10780700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.34
system time used= 3.34151
maximum resident set size= 2876784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153743
involuntary context switches= 7765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.124 second user time and 15.7411 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 14:35:25
IDJOB=4248024
IDBENCH=139773
IDSOLVER=2630
FILE ID=node134/4248024-1502110163
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-10-2-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248024-1502110163/watcher-4248024-1502110163 -o /tmp/evaluation-result-4248024-1502110163/solver-4248024-1502110163 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4248024-1502110163.xml

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

MD5SUM BENCH= 616f71b8e0d8bc577b21aa831e8a99b8
RANDOM SEED=657512375

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29476840 kB
MemAvailable:   30146492 kB
Buffers:          217148 kB
Cached:           742276 kB
SwapCached:            0 kB
Active:          2396988 kB
Inactive:         465152 kB
Active(anon):    1905344 kB
Inactive(anon):    23032 kB
Active(file):     491644 kB
Inactive(file):   442120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24864 kB
Writeback:             0 kB
AnonPages:       1903044 kB
Mapped:            54404 kB
Shmem:             25276 kB
Slab:             129736 kB
SReclaimable:     103448 kB
SUnreclaim:        26288 kB
KernelStack:        3456 kB
PageTables:         8776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2604516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1691648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61976 MiB
End job on node134 at 2017-08-07 15:14:22