Trace number 4247268

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.0701 2350.6699

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-066-4.xml
MD5SUMc25add2d506acc91b1dafe626b0f7e10
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 benchmark0.64946198
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":66}]
Minimum variable degree32
Maximum variable degree64
Distribution of variable degrees[{"degree":32,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":4},{"degree":49,"count":2},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1056}]
Number of extensional constraints0
Number of intensional constraints1056
Distribution of constraint types[{"type":"intension","count":1056}]
Optimization problemNO
Type of objective

Solver Data

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

pid=32199
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.77 1.86 1.80 2/195 32202
/proc/meminfo: memFree=28443496/32770624 swapFree=0/459612
[pid=32202] ppid=32199 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runsolver) D 32199 32202 9955 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 16229014 24240128 106 18446744073709551615 4194304 4338465 140733102348032 140733102345672 139876893983447 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 16166912 140733102350545 140733102350922 140733102350922 140733102354378 0
/proc/32202/statm: 5918 106 53 36 0 2156 0

[startup+0.100145 s]
/proc/loadavg: 1.77 1.86 1.80 2/195 32202
/proc/meminfo: memFree=28443496/32770624 swapFree=0/459612
[pid=32202] ppid=32199 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/32202/stat : 32202 (bash) S 32199 32202 9955 0 -1 4202496 889 6448 0 0 0 0 0 1 20 0 1 0 16229014 9871360 373 18446744073709551615 4194304 5098028 140728166393920 140728166387928 140369190910976 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 27045888 140728166400533 140728166400618 140728166400618 140728166404074 0
/proc/32202/statm: 2410 373 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200281 s]
/proc/loadavg: 1.77 1.86 1.80 2/195 32202
/proc/meminfo: memFree=28443496/32770624 swapFree=0/459612
[pid=32202] ppid=32199 vsize=8345504 CPUtime=0.07 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 2762 12326 0 0 0 0 5 2 20 0 2 0 16229014 8545796096 1558 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2086376 1624 1161 1 0 2076346 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8345504

[startup+0.305097 s]
/proc/loadavg: 1.77 1.86 1.80 2/195 32202
/proc/meminfo: memFree=28443496/32770624 swapFree=0/459612
[pid=32202] ppid=32199 vsize=10552364 CPUtime=0.19 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 6863 12326 0 0 11 1 5 2 20 0 15 0 16229014 10805620736 7555 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2638091 7555 2916 1 0 2627467 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10552364

[startup+0.70026 s]
/proc/loadavg: 1.77 1.86 1.80 2/195 32202
/proc/meminfo: memFree=28443496/32770624 swapFree=0/459612
[pid=32202] ppid=32199 vsize=10552792 CPUtime=0.72 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 14021 12326 0 0 62 3 5 2 20 0 15 0 16229014 10806059008 14992 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2638198 14992 3107 1 0 2627467 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10552792

[startup+1.50064 s]
/proc/loadavg: 1.77 1.86 1.80 3/210 32265
/proc/meminfo: memFree=28346056/32770624 swapFree=0/459644
[pid=32202] ppid=32199 vsize=10563416 CPUtime=1.97 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 29706 12326 0 0 182 8 5 2 20 0 15 0 16229014 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2640854 43498 3375 1 0 2630027 0
[pid=32202/tid=32252] ppid=32199 vsize=10563416 CPUtime=1.3 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) R 32199 32202 9955 0 -1 4202560 22161 12326 0 0 118 5 5 2 20 0 15 0 16229033 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876518147376 139876497999198 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) S 32199 32202 9955 0 -1 1077944384 165 12326 0 0 0 0 5 2 20 0 15 0 16229034 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) S 32199 32202 9955 0 -1 1077944384 47 12326 0 0 1 0 5 2 20 0 15 0 16229034 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) S 32199 32202 9955 0 -1 1077944384 27 12326 0 0 1 0 5 2 20 0 15 0 16229034 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) S 32199 32202 9955 0 -1 1077944384 46 12326 0 0 1 0 5 2 20 0 15 0 16229034 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876121459728 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 1640 12326 0 0 1 0 5 2 20 0 15 0 16229035 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876009756784 139876513929858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 56 12326 0 0 0 0 5 2 20 0 15 0 16229036 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 45 12326 0 0 0 0 5 2 20 0 15 0 16229036 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876007650416 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10563416 CPUtime=0.24 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) S 32199 32202 9955 0 -1 1077944384 1320 12326 0 0 17 0 5 2 20 0 15 0 16229039 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876005546608 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10563416 CPUtime=0.23 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) S 32199 32202 9955 0 -1 1077944384 692 12326 0 0 16 0 5 2 20 0 15 0 16229039 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876004493808 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10563416 CPUtime=0.3 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) S 32199 32202 9955 0 -1 1077944384 1358 12326 0 0 23 0 5 2 20 0 15 0 16229039 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876003441520 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 6 12326 0 0 0 0 5 2 20 0 15 0 16229042 10816937984 43498 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10563416

[startup+3.10081 s]
/proc/loadavg: 1.77 1.86 1.80 4/210 32265
/proc/meminfo: memFree=28268120/32770624 swapFree=0/459644
[pid=32202] ppid=32199 vsize=10575892 CPUtime=6.38 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 44795 12326 0 0 617 14 5 2 20 0 15 0 16229014 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2643973 57592 3452 1 0 2632587 0
[pid=32202/tid=32252] ppid=32199 vsize=10575892 CPUtime=2.89 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) R 32199 32202 9955 0 -1 4202560 29089 12326 0 0 274 8 5 2 20 0 15 0 16229033 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876518146744 139876162410332 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) S 32199 32202 9955 0 -1 1077944384 165 12326 0 0 0 0 5 2 20 0 15 0 16229034 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) S 32199 32202 9955 0 -1 1077944384 47 12326 0 0 1 0 5 2 20 0 15 0 16229034 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) S 32199 32202 9955 0 -1 1077944384 27 12326 0 0 1 0 5 2 20 0 15 0 16229034 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) S 32199 32202 9955 0 -1 1077944384 46 12326 0 0 1 0 5 2 20 0 15 0 16229034 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876121459728 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 1673 12326 0 0 1 0 5 2 20 0 15 0 16229035 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876009756784 139876513929858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 56 12326 0 0 0 0 5 2 20 0 15 0 16229036 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 45 12326 0 0 0 0 5 2 20 0 15 0 16229036 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876007650416 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10575892 CPUtime=1.31 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) R 32199 32202 9955 0 -1 4202560 4785 12326 0 0 123 1 5 2 20 0 15 0 16229039 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876005533136 139876507024413 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10575892 CPUtime=1.06 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) R 32199 32202 9955 0 -1 4202560 2645 12326 0 0 98 1 5 2 20 0 15 0 16229039 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876004493808 139876494671861 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10575892 CPUtime=1.21 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) R 32199 32202 9955 0 -1 4202560 4097 12326 0 0 113 1 5 2 20 0 15 0 16229039 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876003437656 139876492860187 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 9 12326 0 0 0 0 5 2 20 0 15 0 16229042 10829713408 57592 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 10575892

[startup+6.30084 s]
/proc/loadavg: 1.79 1.87 1.80 5/210 32265
/proc/meminfo: memFree=28104584/32770624 swapFree=0/459648
[pid=32202] ppid=32199 vsize=10579988 CPUtime=15.69 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 85077 12326 0 0 1537 25 5 2 20 0 15 0 16229014 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2644997 96993 3492 1 0 2633611 0
[pid=32202/tid=32252] ppid=32199 vsize=10579988 CPUtime=5.95 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) R 32199 32202 9955 0 -1 4202560 44127 12326 0 0 577 11 5 2 20 0 15 0 16229033 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876518152016 139876156792743 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10579988 CPUtime=0.14 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) S 32199 32202 9955 0 -1 1077944384 2414 12326 0 0 6 1 5 2 20 0 15 0 16229034 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10579988 CPUtime=0.16 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) S 32199 32202 9955 0 -1 1077944384 232 12326 0 0 8 1 5 2 20 0 15 0 16229034 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10579988 CPUtime=0.15 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) S 32199 32202 9955 0 -1 1077944384 173 12326 0 0 7 1 5 2 20 0 15 0 16229034 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10579988 CPUtime=0.15 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) S 32199 32202 9955 0 -1 1077944384 221 12326 0 0 7 1 5 2 20 0 15 0 16229034 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876121459728 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10579988 CPUtime=0.12 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 7774 12326 0 0 5 0 5 2 20 0 15 0 16229035 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876009756784 139876513929858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 66 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 50 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876007650432 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10579988 CPUtime=3.8 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) R 32199 32202 9955 0 -1 4202560 9003 12326 0 0 372 1 5 2 20 0 15 0 16229039 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876005531568 139876495462945 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10579988 CPUtime=3.61 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) R 32199 32202 9955 0 -1 4202560 7910 12326 0 0 352 2 5 2 20 0 15 0 16229039 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876004474360 139876497404833 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10579988 CPUtime=2.07 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) S 32199 32202 9955 0 -1 1077944384 10281 12326 0 0 197 3 5 2 20 0 15 0 16229039 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876003441520 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 683 12326 0 0 0 0 5 2 20 0 15 0 16229042 10833907712 96993 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 10579988

[startup+12.7007 s]
/proc/loadavg: 1.97 1.90 1.81 3/210 32265
/proc/meminfo: memFree=27680448/32770624 swapFree=0/459648
[pid=32202] ppid=32199 vsize=10579988 CPUtime=25.19 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 93085 12326 0 0 2475 37 5 2 20 0 15 0 16229014 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2644997 202282 3497 1 0 2633611 0
[pid=32202/tid=32252] ppid=32199 vsize=10579988 CPUtime=12.3 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) R 32199 32202 9955 0 -1 4202560 45434 12326 0 0 1206 17 5 2 20 0 15 0 16229033 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876518152816 139876158382538 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10579988 CPUtime=0.18 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) S 32199 32202 9955 0 -1 1077944384 3266 12326 0 0 9 2 5 2 20 0 15 0 16229034 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10579988 CPUtime=0.19 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) S 32199 32202 9955 0 -1 1077944384 278 12326 0 0 10 2 5 2 20 0 15 0 16229034 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10579988 CPUtime=0.19 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) S 32199 32202 9955 0 -1 1077944384 228 12326 0 0 9 3 5 2 20 0 15 0 16229034 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10579988 CPUtime=0.19 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) S 32199 32202 9955 0 -1 1077944384 317 12326 0 0 10 2 5 2 20 0 15 0 16229034 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876121459728 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10579988 CPUtime=0.13 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 8020 12326 0 0 6 0 5 2 20 0 15 0 16229035 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876009756784 139876513929858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 66 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 51 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876007650432 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 202282 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0

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

/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 338135 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10579988 CPUtime=1.47 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 2378 12326 0 0 66 74 5 2 20 0 15 0 16229042 10833907712 338135 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 2310.51
Current children cumulated vsize (KiB) 10579988

[startup+2322.3 s]
/proc/loadavg: 0.67 1.30 1.51 2/189 32476
/proc/meminfo: memFree=30191060/32770624 swapFree=0/461096
[pid=32202] ppid=32199 vsize=10579988 CPUtime=2371.56 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 265420 12326 0 0 236783 366 5 2 20 0 15 0 16229014 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2644997 338144 3497 1 0 2633611 0
[pid=32202/tid=32252] ppid=32199 vsize=10579988 CPUtime=2296.94 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) R 32199 32202 9955 0 -1 4202560 89800 12326 0 0 229634 53 5 2 20 0 15 0 16229033 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876518152928 139876155169198 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10579988 CPUtime=12.64 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) S 32199 32202 9955 0 -1 1077944384 34965 12326 0 0 1200 57 5 2 20 0 15 0 16229034 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10579988 CPUtime=12.66 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) S 32199 32202 9955 0 -1 1077944384 29099 12326 0 0 1201 58 5 2 20 0 15 0 16229034 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10579988 CPUtime=12.68 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) S 32199 32202 9955 0 -1 1077944384 21484 12326 0 0 1204 57 5 2 20 0 15 0 16229034 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10579988 CPUtime=12.64 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) S 32199 32202 9955 0 -1 1077944384 18897 12326 0 0 1199 58 5 2 20 0 15 0 16229034 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876121459728 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10579988 CPUtime=10.46 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 27245 12326 0 0 980 59 5 2 20 0 15 0 16229035 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876009756784 139876513929858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 66 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 51 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876007650432 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10579988 CPUtime=5.38 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) S 32199 32202 9955 0 -1 1077944384 14414 12326 0 0 529 2 5 2 20 0 15 0 16229039 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876005546608 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10579988 CPUtime=4.99 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) S 32199 32202 9955 0 -1 1077944384 9657 12326 0 0 490 2 5 2 20 0 15 0 16229039 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876004493808 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10579988 CPUtime=2.15 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) S 32199 32202 9955 0 -1 1077944384 15196 12326 0 0 205 3 5 2 20 0 15 0 16229039 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876003441520 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10579988 CPUtime=1.51 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 2403 12326 0 0 68 76 5 2 20 0 15 0 16229042 10833907712 338144 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 2371.56
Current children cumulated vsize (KiB) 10579988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.3 s]
/proc/loadavg: 0.55 1.21 1.47 2/189 32477
/proc/meminfo: memFree=30191060/32770624 swapFree=0/461096
[pid=32202] ppid=32199 vsize=10579988 CPUtime=2400.05 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 268051 12326 0 0 239627 371 5 2 20 0 15 0 16229014 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2644997 338155 3497 1 0 2633611 0
[pid=32202/tid=32252] ppid=32199 vsize=10579988 CPUtime=2324.63 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) R 32199 32202 9955 0 -1 4202560 90331 12326 0 0 232402 54 5 2 20 0 15 0 16229033 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876518152928 139876161939908 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10579988 CPUtime=12.81 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) S 32199 32202 9955 0 -1 1077944384 35189 12326 0 0 1216 58 5 2 20 0 15 0 16229034 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10579988 CPUtime=12.82 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) S 32199 32202 9955 0 -1 1077944384 30525 12326 0 0 1216 59 5 2 20 0 15 0 16229034 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10579988 CPUtime=12.85 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) S 32199 32202 9955 0 -1 1077944384 21515 12326 0 0 1220 58 5 2 20 0 15 0 16229034 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10579988 CPUtime=12.81 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) S 32199 32202 9955 0 -1 1077944384 18967 12326 0 0 1215 59 5 2 20 0 15 0 16229034 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876121459728 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10579988 CPUtime=10.6 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 27568 12326 0 0 993 60 5 2 20 0 15 0 16229035 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876009756784 139876513929858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 66 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 51 12326 0 0 0 0 5 2 20 0 15 0 16229036 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876007650432 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10579988 CPUtime=5.38 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) S 32199 32202 9955 0 -1 1077944384 14416 12326 0 0 529 2 5 2 20 0 15 0 16229039 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876005546608 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10579988 CPUtime=4.99 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) S 32199 32202 9955 0 -1 1077944384 9660 12326 0 0 490 2 5 2 20 0 15 0 16229039 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876004493808 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10579988 CPUtime=2.15 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) S 32199 32202 9955 0 -1 1077944384 15198 12326 0 0 205 3 5 2 20 0 15 0 16229039 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876003441520 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10579988 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 15 0 16229039 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10579988 CPUtime=1.53 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 2422 12326 0 0 69 77 5 2 20 0 15 0 16229042 10833907712 338155 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10579988

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

[startup+2350.41 s]
/proc/loadavg: 0.55 1.21 1.47 2/189 32477
/proc/meminfo: memFree=30191060/32770624 swapFree=0/461096
[pid=32202] ppid=32199 vsize=10713116 CPUtime=2400.34 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 281387 12326 0 0 239655 372 5 2 20 0 17 0 16229014 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2678279 339806 3498 1 0 2666893 0
[pid=32202/tid=32252] ppid=32199 vsize=10713116 CPUtime=2324.63 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) S 32199 32202 9955 0 -1 1077944384 91463 12326 0 0 232402 54 5 2 20 0 17 0 16229033 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876518156256 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10713116 CPUtime=12.87 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) R 32199 32202 9955 0 -1 4202560 35223 12326 0 0 1222 58 5 2 20 0 17 0 16229034 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876483632136 139876506546919 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10713116 CPUtime=12.88 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) R 32199 32202 9955 0 -1 4202560 30562 12326 0 0 1222 59 5 2 20 0 17 0 16229034 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876123564624 139876506546919 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10713116 CPUtime=12.91 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) R 32199 32202 9955 0 -1 4202560 21580 12326 0 0 1226 58 5 2 20 0 17 0 16229034 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876122512336 139876506546919 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10713116 CPUtime=12.88 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) R 32199 32202 9955 0 -1 4202560 19028 12326 0 0 1222 59 5 2 20 0 17 0 16229034 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876121459928 139876498619355 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10713116 CPUtime=10.63 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 38825 12326 0 0 995 61 5 2 20 0 17 0 16229035 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876009755408 139876513928917 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 66 12326 0 0 0 0 5 2 20 0 17 0 16229036 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876008702816 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 51 12326 0 0 0 0 5 2 20 0 17 0 16229036 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876007650432 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 273 12326 0 0 0 0 5 2 20 0 17 0 16229039 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10713116 CPUtime=5.38 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) S 32199 32202 9955 0 -1 1077944384 14416 12326 0 0 529 2 5 2 20 0 17 0 16229039 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876005546608 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10713116 CPUtime=4.99 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) S 32199 32202 9955 0 -1 1077944384 9764 12326 0 0 490 2 5 2 20 0 17 0 16229039 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876004478800 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10713116 CPUtime=2.15 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) S 32199 32202 9955 0 -1 1077944384 15198 12326 0 0 205 3 5 2 20 0 17 0 16229039 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876003441520 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 17 0 16229039 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10713116 CPUtime=1.53 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 2422 12326 0 0 69 77 5 2 20 0 17 0 16229042 10970230784 339806 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 2400.34
Current children cumulated vsize (KiB) 10713116

[startup+2350.6 s]
/proc/loadavg: 0.55 1.21 1.47 2/189 32477
/proc/meminfo: memFree=30191060/32770624 swapFree=0/461096
[pid=32202] ppid=32199 vsize=10713116 CPUtime=2400.95 cores=1,3,5,7
/proc/32202/stat : 32202 (java) S 32199 32202 9955 0 -1 1077944320 281877 12326 0 0 239715 373 5 2 20 0 17 0 16229014 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 140736957931472 139876513918711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
/proc/32202/statm: 2678279 339931 3498 1 0 2666893 0
[pid=32202/tid=32252] ppid=32199 vsize=10713116 CPUtime=2324.63 cores=1,3,5,7
/proc/32202/task/32252/stat : 32252 (java) S 32199 32202 9955 0 -1 1077944384 91463 12326 0 0 232402 54 5 2 20 0 17 0 16229033 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876518156256 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32253] ppid=32199 vsize=10713116 CPUtime=13.01 cores=1,3,5,7
/proc/32202/task/32253/stat : 32253 (java) R 32199 32202 9955 0 -1 4202560 35227 12326 0 0 1236 58 5 2 20 0 17 0 16229034 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876483632016 139876498869316 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32254] ppid=32199 vsize=10713116 CPUtime=13.02 cores=1,3,5,7
/proc/32202/task/32254/stat : 32254 (java) R 32199 32202 9955 0 -1 4202560 30573 12326 0 0 1236 59 5 2 20 0 17 0 16229034 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876123564816 139876498616350 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32255] ppid=32199 vsize=10713116 CPUtime=13.05 cores=1,3,5,7
/proc/32202/task/32255/stat : 32255 (java) R 32199 32202 9955 0 -1 4202560 21589 12326 0 0 1240 58 5 2 20 0 17 0 16229034 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876122512528 139876495515226 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32256] ppid=32199 vsize=10713116 CPUtime=13.01 cores=1,3,5,7
/proc/32202/task/32256/stat : 32256 (java) R 32199 32202 9955 0 -1 4202560 19037 12326 0 0 1235 59 5 2 20 0 17 0 16229034 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876121459928 139876498904007 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32257] ppid=32199 vsize=10713116 CPUtime=10.69 cores=1,3,5,7
/proc/32202/task/32257/stat : 32257 (java) S 32199 32202 9955 0 -1 1077944384 39073 12326 0 0 1001 61 5 2 20 0 17 0 16229035 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876009755184 139876513928917 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32258] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32258/stat : 32258 (java) S 32199 32202 9955 0 -1 1077944384 69 12326 0 0 0 0 5 2 20 0 17 0 16229036 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876008702352 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32259] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32259/stat : 32259 (java) S 32199 32202 9955 0 -1 1077944384 53 12326 0 0 0 0 5 2 20 0 17 0 16229036 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876007650432 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32260] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32260/stat : 32260 (java) S 32199 32202 9955 0 -1 1077944384 273 12326 0 0 0 0 5 2 20 0 17 0 16229039 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876006598736 139876513937307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32261] ppid=32199 vsize=10713116 CPUtime=5.38 cores=1,3,5,7
/proc/32202/task/32261/stat : 32261 (java) S 32199 32202 9955 0 -1 1077944384 14416 12326 0 0 529 2 5 2 20 0 17 0 16229039 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876005546608 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32262] ppid=32199 vsize=10713116 CPUtime=4.99 cores=1,3,5,7
/proc/32202/task/32262/stat : 32262 (java) S 32199 32202 9955 0 -1 1077944384 9966 12326 0 0 490 2 5 2 20 0 17 0 16229039 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876004493376 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32263] ppid=32199 vsize=10713116 CPUtime=2.15 cores=1,3,5,7
/proc/32202/task/32263/stat : 32263 (java) S 32199 32202 9955 0 -1 1077944384 15198 12326 0 0 205 3 5 2 20 0 17 0 16229039 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876003441520 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32264] ppid=32199 vsize=10713116 CPUtime=0.07 cores=1,3,5,7
/proc/32202/task/32264/stat : 32264 (java) S 32199 32202 9955 0 -1 1077944384 3 12326 0 0 0 0 5 2 20 0 17 0 16229039 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876002388960 139876513928917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
[pid=32202/tid=32265] ppid=32199 vsize=10713116 CPUtime=1.53 cores=1,3,5,7
/proc/32202/task/32265/stat : 32265 (java) S 32199 32202 9955 0 -1 1077944384 2422 12326 0 0 69 77 5 2 20 0 17 0 16229042 10970230784 339931 18446744073709551615 4194304 4196468 140736957948928 139876001335728 139876513929858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7430144 140736957949916 140736957952690 140736957952690 140736957956047 0
Current children cumulated CPU time (s) 2400.95
Current children cumulated vsize (KiB) 10713116

Child status: 143
Real time (s): 2350.67
CPU time (s): 2401.07
CPU user time (s): 2397.29
CPU system time (s): 3.775
CPU usage (%): 102.144
Max. virtual memory (cumulated for all children) (KiB): 10713116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.29
system time used= 3.775
maximum resident set size= 1466488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 273051
involuntary context switches= 5568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.63642 second user time and 16.353 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-07 22:53:57
IDJOB=4247268
IDBENCH=140598
IDSOLVER=2630
FILE ID=node125/4247268-1502140081
RUNJOBID= node125-1502129723-30087
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-066-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247268-1502140081/watcher-4247268-1502140081 -o /tmp/evaluation-result-4247268-1502140081/solver-4247268-1502140081 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502129723-30087 --watchdog 2560  bin/concrete HOME/instance-4247268-1502140081.xml

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

MD5SUM BENCH= c25add2d506acc91b1dafe626b0f7e10
RANDOM SEED=1585385222

node125.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.07
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.07
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.07
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.07
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:        28443852 kB
MemAvailable:   28952564 kB
Buffers:          168576 kB
Cached:           627876 kB
SwapCached:            0 kB
Active:          3434984 kB
Inactive:         476328 kB
Active(anon):    3115468 kB
Inactive(anon):    16716 kB
Active(file):     319516 kB
Inactive(file):   459612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24536 kB
Writeback:             0 kB
AnonPages:       3114884 kB
Mapped:            45860 kB
Shmem:             17060 kB
Slab:             115728 kB
SReclaimable:      90836 kB
SUnreclaim:        24892 kB
KernelStack:        3408 kB
PageTables:        10728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3792216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2887680 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= 62008 MiB
End job on node125 at 2017-08-07 23:33:08