Trace number 4262465

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2521.3701 2466.3301

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-016.xml
MD5SUM6d65a76f46cedd698fe2b492b618a08c
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 benchmark11.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables768
Number of constraints261
Number of domains2
Minimum domain size16
Maximum domain size256
Distribution of domain sizes[{"size":16,"count":512},{"size":256,"count":256}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":736},{"degree":3,"count":32}]
Minimum constraint arity3
Maximum constraint arity256
Distribution of constraint arities[{"arity":3,"count":256},{"arity":16,"count":2},{"arity":256,"count":3}]
Number of extensional constraints256
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":256},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.54 1.44 1.42 3/199 30998
/proc/meminfo: memFree=27847044/32770624 swapFree=0/543920
[pid=30998] ppid=30995 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30998/stat : 30998 (runsolver) D 30995 30998 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47802160 24240128 106 18446744073709551615 4194304 4338465 140730222004256 140730222001896 140385100440279 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 6479872 140730222010576 140730222010953 140730222010953 140730222014410 0
/proc/30998/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 1.54 1.44 1.42 3/199 30998
/proc/meminfo: memFree=27847044/32770624 swapFree=0/543920
[pid=30998] ppid=30995 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30998/stat : 30998 (runsolver) D 30995 30998 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47802160 24240128 106 18446744073709551615 4194304 4338465 140730222004256 140730222001896 140385100440279 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 6479872 140730222010576 140730222010953 140730222010953 140730222014410 0
/proc/30998/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200215 s]
/proc/loadavg: 1.54 1.44 1.42 3/199 30998
/proc/meminfo: memFree=27847044/32770624 swapFree=0/543920
[pid=30998] ppid=30995 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30998/stat : 30998 (bash) S 30995 30998 19618 0 -1 4202496 898 6471 0 0 0 0 0 1 20 0 1 0 47802160 9867264 377 18446744073709551615 4194304 5098028 140729623009200 140729623003208 140137015786496 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 12 0 0 7196144 7232144 36675584 140729623011860 140729623011945 140729623011945 140729623015402 0
/proc/30998/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30095 s]
/proc/loadavg: 1.54 1.44 1.42 3/199 30998
/proc/meminfo: memFree=27847044/32770624 swapFree=0/543920
[pid=30998] ppid=30995 vsize=13841772 CPUtime=0.12 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 5402 12323 0 0 4 1 5 2 20 0 13 0 47802160 14173974528 5102 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3460443 5102 2503 1 0 3449940 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13841772

[startup+0.700162 s]
/proc/loadavg: 1.54 1.44 1.42 3/199 30998
/proc/meminfo: memFree=27847044/32770624 swapFree=0/543920
[pid=30998] ppid=30995 vsize=13974784 CPUtime=0.61 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 13395 12323 0 0 50 4 5 2 20 0 15 0 47802160 14310178816 14351 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3493696 14351 3079 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.54 1.44 1.42 3/214 31061
/proc/meminfo: memFree=27757428/32770624 swapFree=0/543952
[pid=30998] ppid=30995 vsize=13985408 CPUtime=1.8 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 27360 12323 0 0 166 7 5 2 20 0 15 0 47802160 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3496352 33874 3340 1 0 3485525 0
[pid=30998/tid=31048] ppid=30995 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) R 30995 30998 19618 0 -1 4202560 22573 12323 0 0 115 5 5 2 20 0 15 0 47802184 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139926507734928 139926487582046 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 1 12323 0 0 0 0 5 2 20 0 15 0 47802185 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) S 30995 30998 19618 0 -1 1077944384 1 12323 0 0 0 0 5 2 20 0 15 0 47802185 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139926421862672 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 1 12323 0 0 0 0 5 2 20 0 15 0 47802185 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 2 12323 0 0 0 0 5 2 20 0 15 0 47802185 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139926419757584 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 5 12323 0 0 0 0 5 2 20 0 15 0 47802186 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925981227632 139926503512706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 33 12323 0 0 0 0 5 2 20 0 15 0 47802187 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925980173600 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 21 12323 0 0 0 0 5 2 20 0 15 0 47802187 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925979121264 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) S 30995 30998 19618 0 -1 1077944384 1083 12323 0 0 15 0 5 2 20 0 15 0 47802190 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925977016432 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) S 30995 30998 19618 0 -1 1077944384 560 12323 0 0 14 0 5 2 20 0 15 0 47802190 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925975963632 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 914 12323 0 0 22 0 5 2 20 0 15 0 47802190 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 10 12323 0 0 0 0 5 2 20 0 15 0 47802193 14321057792 33874 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 13985408

[startup+3.10068 s]
/proc/loadavg: 1.54 1.44 1.42 5/214 31061
/proc/meminfo: memFree=27676880/32770624 swapFree=0/543984
[pid=30998] ppid=30995 vsize=13997884 CPUtime=5.46 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 48161 12323 0 0 524 15 5 2 20 0 15 0 47802160 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3499471 55143 3445 1 0 3488085 0
[pid=30998/tid=31048] ppid=30995 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) R 30995 30998 19618 0 -1 4202560 36051 12323 0 0 269 8 5 2 20 0 15 0 47802184 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139926507722656 139926503523485 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 190 12323 0 0 0 0 5 2 20 0 15 0 47802185 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) S 30995 30998 19618 0 -1 1077944384 61 12323 0 0 1 0 5 2 20 0 15 0 47802185 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139926421862672 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 41 12323 0 0 0 0 5 2 20 0 15 0 47802185 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 50 12323 0 0 0 0 5 2 20 0 15 0 47802185 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139926419757584 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 1128 12323 0 0 1 0 5 2 20 0 15 0 47802186 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925981227632 139926503512706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 56 12323 0 0 0 0 5 2 20 0 15 0 47802187 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925980173664 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 43 12323 0 0 0 0 5 2 20 0 15 0 47802187 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=13997884 CPUtime=0.99 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) S 30995 30998 19618 0 -1 1077944384 3633 12323 0 0 91 1 5 2 20 0 15 0 47802190 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925977016432 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=13997884 CPUtime=0.7 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) S 30995 30998 19618 0 -1 1077944384 1444 12323 0 0 62 1 5 2 20 0 15 0 47802190 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925975963632 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=13997884 CPUtime=1.02 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 3291 12323 0 0 95 0 5 2 20 0 15 0 47802190 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 12 12323 0 0 0 0 5 2 20 0 15 0 47802193 14333833216 55143 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 13997884

[startup+6.30057 s]
/proc/loadavg: 1.66 1.47 1.43 3/214 31061
/proc/meminfo: memFree=27531928/32770624 swapFree=0/543984
[pid=30998] ppid=30995 vsize=14069564 CPUtime=15.25 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 75989 12323 0 0 1494 24 5 2 20 0 15 0 47802160 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3517391 100645 3475 1 0 3506005 0
[pid=30998/tid=31048] ppid=30995 vsize=14069564 CPUtime=5.94 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) R 30995 30998 19618 0 -1 4202560 46553 12323 0 0 576 11 5 2 20 0 15 0 47802184 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139926507732432 139926503513494 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 425 12323 0 0 3 1 5 2 20 0 15 0 47802185 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) S 30995 30998 19618 0 -1 1077944384 435 12323 0 0 4 1 5 2 20 0 15 0 47802185 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139926421862672 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 672 12323 0 0 4 1 5 2 20 0 15 0 47802185 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 502 12323 0 0 4 1 5 2 20 0 15 0 47802185 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139926419757584 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 2246 12323 0 0 4 0 5 2 20 0 15 0 47802186 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925981227632 139926503512706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 63 12323 0 0 0 0 5 2 20 0 15 0 47802187 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925980173664 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 51 12323 0 0 0 0 5 2 20 0 15 0 47802187 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=14069564 CPUtime=3.76 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) R 30995 30998 19618 0 -1 4202560 6386 12323 0 0 367 2 5 2 20 0 15 0 47802190 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925977002864 139926484146554 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=14069564 CPUtime=3.63 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) R 30995 30998 19618 0 -1 4202560 9722 12323 0 0 354 2 5 2 20 0 15 0 47802190 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925975953424 139926482749373 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=14069564 CPUtime=1.81 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 6706 12323 0 0 172 2 5 2 20 0 15 0 47802190 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 68 12323 0 0 0 0 5 2 20 0 15 0 47802193 14407233536 100645 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 14069564

[startup+12.7006 s]
/proc/loadavg: 1.69 1.47 1.43 3/214 31061
/proc/meminfo: memFree=27031084/32770624 swapFree=0/543984
[pid=30998] ppid=30995 vsize=14069564 CPUtime=24.18 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 80869 12323 0 0 2366 45 5 2 20 0 15 0 47802160 14407233536 235088 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3517391 235088 3479 1 0 3506005 0
[pid=30998/tid=31048] ppid=30995 vsize=14069564 CPUtime=12.19 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) R 30995 30998 19618 0 -1 4202560 47645 12323 0 0 1196 16 5 2 20 0 15 0 47802184 14407233536 235088 18446744073709551615 4194304 4196468 140727683366992 139926507733704 139926109503141 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 569 12323 0 0 14 5 5 2 20 0 15 0 47802185 14407233536 235088 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) S 30995 30998 19618 0 -1 1077944384 571 12323 0 0 13 4 5 2 20 0 15 0 47802185 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139926421862672 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 839 12323 0 0 13 5 5 2 20 0 15 0 47802185 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 641 12323 0 0 14 4 5 2 20 0 15 0 47802185 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139926419757584 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 2508 12323 0 0 5 0 5 2 20 0 15 0 47802186 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139925981227632 139926503512706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 63 12323 0 0 0 0 5 2 20 0 15 0 47802187 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139925980173664 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 51 12323 0 0 0 0 5 2 20 0 15 0 47802187 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14407233536 235600 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.9 s]
/proc/loadavg: 1.85 1.64 1.59 3/210 31351
/proc/meminfo: memFree=29294764/32770624 swapFree=0/544536
[pid=30998] ppid=30995 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 320500 12323 0 0 251640 361 5 2 20 0 15 0 47802160 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3517391 277836 3479 1 0 3506005 0
[pid=30998/tid=31048] ppid=30995 vsize=14069564 CPUtime=2442.31 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) R 30995 30998 19618 0 -1 4202560 116425 12323 0 0 244163 61 5 2 20 0 15 0 47802184 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139926507735008 139926108269051 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=14069564 CPUtime=14.59 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 28728 12323 0 0 1398 54 5 2 20 0 15 0 47802185 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=14069564 CPUtime=14.57 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) S 30995 30998 19618 0 -1 1077944384 32847 12323 0 0 1395 55 5 2 20 0 15 0 47802185 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139926421862672 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=14069564 CPUtime=14.57 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 35463 12323 0 0 1396 54 5 2 20 0 15 0 47802185 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=14069564 CPUtime=14.59 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 28798 12323 0 0 1397 55 5 2 20 0 15 0 47802185 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139926419757584 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=14069564 CPUtime=6.51 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 32906 12323 0 0 602 42 5 2 20 0 15 0 47802186 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925981227632 139926503512706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 63 12323 0 0 0 0 5 2 20 0 15 0 47802187 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925980173664 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 51 12323 0 0 0 0 5 2 20 0 15 0 47802187 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=14069564 CPUtime=5.2 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) S 30995 30998 19618 0 -1 1077944384 11951 12323 0 0 510 3 5 2 20 0 15 0 47802190 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925977016432 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=14069564 CPUtime=4.83 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) S 30995 30998 19618 0 -1 1077944384 14823 12323 0 0 473 3 5 2 20 0 15 0 47802190 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925975963632 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 13698 12323 0 0 187 2 5 2 20 0 15 0 47802190 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 15 0 47802190 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=14069564 CPUtime=1.49 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 2586 12323 0 0 73 69 5 2 20 0 15 0 47802193 14407233536 277836 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30998 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2466.01 s]
/proc/loadavg: 1.85 1.64 1.59 3/210 31351
/proc/meminfo: memFree=29294764/32770624 swapFree=0/544536
[pid=30998] ppid=30995 vsize=14202692 CPUtime=2520.4 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 333049 12323 0 0 251671 362 5 2 20 0 17 0 47802160 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3550673 278948 3479 1 0 3539287 0
[pid=30998/tid=31048] ppid=30995 vsize=14202692 CPUtime=2442.32 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) S 30995 30998 19618 0 -1 1077944384 117472 12323 0 0 244164 61 5 2 20 0 17 0 47802184 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139926507739280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=14202692 CPUtime=14.66 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) R 30995 30998 19618 0 -1 4202560 28755 12323 0 0 1405 54 5 2 20 0 17 0 47802185 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139926422915592 139926496129767 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=14202692 CPUtime=14.64 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) R 30995 30998 19618 0 -1 4202560 32866 12323 0 0 1402 55 5 2 20 0 17 0 47802185 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139926421862480 139926496129767 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=14202692 CPUtime=14.64 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) R 30995 30998 19618 0 -1 4202560 35526 12323 0 0 1403 54 5 2 20 0 17 0 47802185 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926488202247 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=14202692 CPUtime=14.65 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) R 30995 30998 19618 0 -1 4202560 28863 12323 0 0 1403 55 5 2 20 0 17 0 47802185 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139926419757392 139926496129767 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=14202692 CPUtime=6.52 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 43661 12323 0 0 603 42 5 2 20 0 17 0 47802186 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925981226256 139926503511765 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 63 12323 0 0 0 0 5 2 20 0 17 0 47802187 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925980173664 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 51 12323 0 0 0 0 5 2 20 0 17 0 47802187 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 217 12323 0 0 0 0 5 2 20 0 17 0 47802190 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=14202692 CPUtime=5.2 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) S 30995 30998 19618 0 -1 1077944384 11951 12323 0 0 510 3 5 2 20 0 17 0 47802190 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925977016432 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=14202692 CPUtime=4.83 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) S 30995 30998 19618 0 -1 1077944384 14823 12323 0 0 473 3 5 2 20 0 17 0 47802190 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925975963632 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=14202692 CPUtime=1.96 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 13698 12323 0 0 187 2 5 2 20 0 17 0 47802190 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 17 0 47802190 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=14202692 CPUtime=1.49 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 2586 12323 0 0 73 69 5 2 20 0 17 0 47802193 14543556608 278948 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14202692

[startup+2466.2 s]
/proc/loadavg: 1.85 1.64 1.59 6/211 31353
/proc/meminfo: memFree=29291440/32770624 swapFree=0/544536
[pid=30998] ppid=30995 vsize=14202692 CPUtime=2521.05 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 333243 12323 0 0 251736 362 5 2 20 0 17 0 47802160 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3550673 278819 3479 1 0 3539287 0
[pid=30998/tid=31048] ppid=30995 vsize=14202692 CPUtime=2442.32 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) S 30995 30998 19618 0 -1 1077944384 117472 12323 0 0 244164 61 5 2 20 0 17 0 47802184 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139926507739280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=14202692 CPUtime=14.82 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 28756 12323 0 0 1421 54 5 2 20 0 17 0 47802185 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=14202692 CPUtime=14.79 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) R 30995 30998 19618 0 -1 4202560 32866 12323 0 0 1417 55 5 2 20 0 17 0 47802185 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139926421862792 139926496129767 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=14202692 CPUtime=14.8 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 35530 12323 0 0 1419 54 5 2 20 0 17 0 47802185 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=14202692 CPUtime=14.81 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 28872 12323 0 0 1419 55 5 2 20 0 17 0 47802185 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139926419757600 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=14202692 CPUtime=6.56 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 43839 12323 0 0 607 42 5 2 20 0 17 0 47802186 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925981226256 139926503511765 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 64 12323 0 0 0 0 5 2 20 0 17 0 47802187 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925980173568 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 51 12323 0 0 0 0 5 2 20 0 17 0 47802187 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 217 12323 0 0 0 0 5 2 20 0 17 0 47802190 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=14202692 CPUtime=5.2 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) S 30995 30998 19618 0 -1 1077944384 11951 12323 0 0 510 3 5 2 20 0 17 0 47802190 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925977016432 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=14202692 CPUtime=4.83 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) S 30995 30998 19618 0 -1 1077944384 14823 12323 0 0 473 3 5 2 20 0 17 0 47802190 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925975963632 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=14202692 CPUtime=1.96 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 13698 12323 0 0 187 2 5 2 20 0 17 0 47802190 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 17 0 47802190 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=14202692 CPUtime=1.49 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 2586 12323 0 0 73 69 5 2 20 0 17 0 47802193 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31352] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31352/stat : 31352 (java) S 30995 30998 19618 0 -1 1077944384 329 12323 0 0 0 0 5 2 20 0 17 0 48048751 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925941907952 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31353] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31353/stat : 31353 (java) S 30995 30998 19618 0 -1 1077944384 30 12323 0 0 0 0 5 2 20 0 17 0 48048751 14543556608 278819 18446744073709551615 4194304 4196468 140727683366992 139925513299520 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 2521.05
Current children cumulated vsize (KiB) 14202692

[startup+2466.31 s]
/proc/loadavg: 1.85 1.64 1.59 6/211 31353
/proc/meminfo: memFree=29291440/32770624 swapFree=0/544536
[pid=30998] ppid=30995 vsize=14202692 CPUtime=2521.33 cores=0,2,4,6
/proc/30998/stat : 30998 (java) S 30995 30998 19618 0 -1 1077944320 333574 12323 0 0 251764 362 5 2 20 0 17 0 47802160 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 140727683349536 139926503501559 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
/proc/30998/statm: 3550673 278700 3479 1 0 3539287 0
[pid=30998/tid=31048] ppid=30995 vsize=14202692 CPUtime=2442.33 cores=0,2,4,6
/proc/30998/task/31048/stat : 31048 (java) R 30995 30998 19618 0 -1 4202560 117564 12323 0 0 244165 61 5 2 20 0 17 0 47802184 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139926507730320 139926483720662 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31049] ppid=30995 vsize=14202692 CPUtime=14.87 cores=0,2,4,6
/proc/30998/task/31049/stat : 31049 (java) S 30995 30998 19618 0 -1 1077944384 28756 12323 0 0 1426 54 5 2 20 0 17 0 47802185 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139926422915472 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31050] ppid=30995 vsize=14202692 CPUtime=14.85 cores=0,2,4,6
/proc/30998/task/31050/stat : 31050 (java) S 30995 30998 19618 0 -1 1077944384 32870 12323 0 0 1423 55 5 2 20 0 17 0 47802185 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139926421862672 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31051] ppid=30995 vsize=14202692 CPUtime=14.86 cores=0,2,4,6
/proc/30998/task/31051/stat : 31051 (java) S 30995 30998 19618 0 -1 1077944384 35534 12323 0 0 1425 54 5 2 20 0 17 0 47802185 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139926420810384 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31052] ppid=30995 vsize=14202692 CPUtime=14.87 cores=0,2,4,6
/proc/30998/task/31052/stat : 31052 (java) S 30995 30998 19618 0 -1 1077944384 28872 12323 0 0 1425 55 5 2 20 0 17 0 47802185 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139926419757584 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31053] ppid=30995 vsize=14202692 CPUtime=6.59 cores=0,2,4,6
/proc/30998/task/31053/stat : 31053 (java) S 30995 30998 19618 0 -1 1077944384 43840 12323 0 0 610 42 5 2 20 0 17 0 47802186 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925981227632 139926503512706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31054] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31054/stat : 31054 (java) S 30995 30998 19618 0 -1 1077944384 65 12323 0 0 0 0 5 2 20 0 17 0 47802187 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925980173664 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31055] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31055/stat : 31055 (java) S 30995 30998 19618 0 -1 1077944384 53 12323 0 0 0 0 5 2 20 0 17 0 47802187 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925979121280 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31056] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31056/stat : 31056 (java) S 30995 30998 19618 0 -1 1077944384 217 12323 0 0 0 0 5 2 20 0 17 0 47802190 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925978069584 139926503520155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31057] ppid=30995 vsize=14202692 CPUtime=5.2 cores=0,2,4,6
/proc/30998/task/31057/stat : 31057 (java) S 30995 30998 19618 0 -1 1077944384 11951 12323 0 0 510 3 5 2 20 0 17 0 47802190 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925977016432 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31058] ppid=30995 vsize=14202692 CPUtime=4.83 cores=0,2,4,6
/proc/30998/task/31058/stat : 31058 (java) S 30995 30998 19618 0 -1 1077944384 14823 12323 0 0 473 3 5 2 20 0 17 0 47802190 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925975963632 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31059] ppid=30995 vsize=14202692 CPUtime=1.97 cores=0,2,4,6
/proc/30998/task/31059/stat : 31059 (java) S 30995 30998 19618 0 -1 1077944384 13931 12323 0 0 187 3 5 2 20 0 17 0 47802190 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925974911344 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31060] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31060/stat : 31060 (java) S 30995 30998 19618 0 -1 1077944384 3 12323 0 0 0 0 5 2 20 0 17 0 47802190 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925973858784 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31061] ppid=30995 vsize=14202692 CPUtime=1.49 cores=0,2,4,6
/proc/30998/task/31061/stat : 31061 (java) S 30995 30998 19618 0 -1 1077944384 2586 12323 0 0 73 69 5 2 20 0 17 0 47802193 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925972806576 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31352] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31352/stat : 31352 (java) S 30995 30998 19618 0 -1 1077944384 329 12323 0 0 0 0 5 2 20 0 17 0 48048751 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925941907952 139926503511765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
[pid=30998/tid=31353] ppid=30995 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/30998/task/31353/stat : 31353 (java) S 30995 30998 19618 0 -1 1077944384 32 12323 0 0 0 0 5 2 20 0 17 0 48048751 14543556608 278700 18446744073709551615 4194304 4196468 140727683366992 139925513299824 139926503512706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26066944 140727683368912 140727683371697 140727683371697 140727683375055 0
Current children cumulated CPU time (s) 2521.33
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2466.33
CPU time (s): 2521.37
CPU user time (s): 2517.7
CPU system time (s): 3.66877
CPU usage (%): 102.232
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.7
system time used= 3.66877
maximum resident set size= 2407812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183223
involuntary context switches= 7354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5375 second user time and 15.2036 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 14:40:40
IDJOB=4262465
IDBENCH=133185
IDSOLVER=2650
FILE ID=node127/4262465-1502456087
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-016.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262465-1502456087/watcher-4262465-1502456087 -o /tmp/evaluation-result-4262465-1502456087/solver-4262465-1502456087 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262465-1502456087.xml

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

MD5SUM BENCH= 6d65a76f46cedd698fe2b492b618a08c
RANDOM SEED=279993773

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:        27847048 kB
MemAvailable:   28646680 kB
Buffers:          254612 kB
Cached:           835140 kB
SwapCached:            0 kB
Active:          3924048 kB
Inactive:         568828 kB
Active(anon):    3403432 kB
Inactive(anon):    24908 kB
Active(file):     520616 kB
Inactive(file):   543920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23948 kB
Writeback:             0 kB
AnonPages:       3403408 kB
Mapped:            55980 kB
Shmem:             25252 kB
Slab:             127452 kB
SReclaimable:     101860 kB
SUnreclaim:        25592 kB
KernelStack:        3520 kB
PageTables:        12508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4196616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3162112 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 15:21:46