Trace number 4262804

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) 2520.5801 2476.8201

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-024-3.xml
MD5SUM22afaa39cd90d1a6cea2c2d1150da88d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.104611
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints132
Number of domains1
Minimum domain size3
Maximum domain size3
Distribution of domain sizes[{"size":3,"count":24}]
Minimum variable degree11
Maximum variable degree22
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.58 1.51 1.50 2/199 870
/proc/meminfo: memFree=28651104/32770624 swapFree=0/474900
[pid=870] ppid=867 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/870/stat : 870 (runsolver) D 867 870 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 91103219 24240128 107 18446744073709551615 4194304 4338465 140722333516704 140722333514344 140340001813207 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 11083776 140722333520080 140722333520457 140722333520457 140722333523914 0
/proc/870/statm: 5918 107 54 36 0 2156 0

[startup+0.100132 s]
/proc/loadavg: 1.58 1.51 1.50 2/199 870
/proc/meminfo: memFree=28651104/32770624 swapFree=0/474900
[pid=870] ppid=867 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/870/stat : 870 (bash) S 867 870 13007 0 -1 4202496 890 6489 0 0 0 0 0 1 20 0 1 0 91103219 9867264 376 18446744073709551615 4194304 5098028 140728350891728 140728350885736 140644307586048 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 17911808 140728350892564 140728350892649 140728350892649 140728350896106 0
/proc/870/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200281 s]
/proc/loadavg: 1.58 1.51 1.50 2/199 870
/proc/meminfo: memFree=28651104/32770624 swapFree=0/474900
[pid=870] ppid=867 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/870/stat : 870 (bash) S 867 870 13007 0 -1 4202496 890 6489 0 0 0 0 0 1 20 0 1 0 91103219 9867264 376 18446744073709551615 4194304 5098028 140728350891728 140728350885736 140644307586048 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 17911808 140728350892564 140728350892649 140728350892649 140728350896106 0
/proc/870/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300284 s]
/proc/loadavg: 1.58 1.51 1.50 2/199 870
/proc/meminfo: memFree=28651104/32770624 swapFree=0/474900
[pid=870] ppid=867 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 6033 12630 0 0 6 1 4 3 20 0 15 0 91103219 14309310464 6210 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3493484 6210 2684 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700276 s]
/proc/loadavg: 1.58 1.51 1.50 2/199 870
/proc/meminfo: memFree=28651104/32770624 swapFree=0/474900
[pid=870] ppid=867 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 13984 12630 0 0 59 4 4 3 20 0 15 0 91103219 14310178816 14903 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3493696 14903 3105 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.58 1.51 1.50 4/214 939
/proc/meminfo: memFree=28553820/32770624 swapFree=0/475188
[pid=870] ppid=867 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 29851 12630 0 0 176 10 4 3 20 0 15 0 91103219 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3496352 42695 3376 1 0 3485525 0
[pid=870/tid=925] ppid=867 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 22470 12630 0 0 116 6 4 3 20 0 15 0 91103240 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438770072656 140438765868189 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103241 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 45 12630 0 0 1 0 4 3 20 0 15 0 91103241 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 199 12630 0 0 1 0 4 3 20 0 15 0 91103241 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 72 12630 0 0 0 0 4 3 20 0 15 0 91103241 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 1677 12630 0 0 1 0 4 3 20 0 15 0 91103242 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) S 867 870 13007 0 -1 1077944384 880 12630 0 0 12 0 4 3 20 0 15 0 91103245 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) S 867 870 13007 0 -1 1077944384 798 12630 0 0 16 0 4 3 20 0 15 0 91103245 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438238345200 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) S 867 870 13007 0 -1 1077944384 1404 12630 0 0 23 0 4 3 20 0 15 0 91103245 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 8 12630 0 0 0 0 4 3 20 0 15 0 91103248 14321057792 42695 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10354 s]
/proc/loadavg: 1.58 1.51 1.50 5/214 940
/proc/meminfo: memFree=28488056/32770624 swapFree=0/475188
[pid=870] ppid=867 vsize=13997884 CPUtime=6.18 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 45515 12630 0 0 595 16 4 3 20 0 15 0 91103219 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3499471 55485 3450 1 0 3488085 0
[pid=870/tid=925] ppid=867 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 28830 12630 0 0 273 8 4 3 20 0 15 0 91103240 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438770078720 140438744291061 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103241 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 45 12630 0 0 1 0 4 3 20 0 15 0 91103241 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 199 12630 0 0 1 0 4 3 20 0 15 0 91103241 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 72 12630 0 0 0 0 4 3 20 0 15 0 91103241 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 1728 12630 0 0 1 0 4 3 20 0 15 0 91103242 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=13997884 CPUtime=1.3 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) R 867 870 13007 0 -1 4202560 4940 12630 0 0 122 1 4 3 20 0 15 0 91103245 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438750745895 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=13997884 CPUtime=0.9 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) R 867 870 13007 0 -1 4202560 1866 12630 0 0 82 1 4 3 20 0 15 0 91103245 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438238345120 140438749346680 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=13997884 CPUtime=1.17 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) R 867 870 13007 0 -1 4202560 5528 12630 0 0 109 1 4 3 20 0 15 0 91103245 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438749926750 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) R 867 870 13007 0 -1 1077944384 9 12630 0 0 0 0 4 3 20 0 15 0 91103248 14333833216 55485 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 13997884

[startup+6.3007 s]
/proc/loadavg: 1.78 1.55 1.52 3/214 940
/proc/meminfo: memFree=28330452/32770624 swapFree=0/475188
[pid=870] ppid=867 vsize=14067516 CPUtime=13.46 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 77580 12630 0 0 1314 25 4 3 20 0 15 0 91103219 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3516879 101664 3472 1 0 3505493 0
[pid=870/tid=925] ppid=867 vsize=14067516 CPUtime=6.02 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 42639 12630 0 0 582 13 4 3 20 0 15 0 91103240 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438770079904 140438416124309 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 192 12630 0 0 3 1 4 3 20 0 15 0 91103241 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 577 12630 0 0 3 0 4 3 20 0 15 0 91103241 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 1245 12630 0 0 4 0 4 3 20 0 15 0 91103241 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 210 12630 0 0 3 1 4 3 20 0 15 0 91103241 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 2681 12630 0 0 4 0 4 3 20 0 15 0 91103242 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=14067516 CPUtime=2.95 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) S 867 870 13007 0 -1 1077944384 10619 12630 0 0 286 2 4 3 20 0 15 0 91103245 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=14067516 CPUtime=2.79 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) S 867 870 13007 0 -1 1077944384 10275 12630 0 0 269 3 4 3 20 0 15 0 91103245 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438238345200 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) S 867 870 13007 0 -1 1077944384 6624 12630 0 0 156 2 4 3 20 0 15 0 91103245 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 263 12630 0 0 0 0 4 3 20 0 15 0 91103248 14405136384 101664 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.80 1.56 1.52 3/214 940
/proc/meminfo: memFree=28058744/32770624 swapFree=0/475188
[pid=870] ppid=867 vsize=14067516 CPUtime=19.91 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 78805 12630 0 0 1953 31 4 3 20 0 15 0 91103219 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3516879 175525 3472 1 0 3505493 0
[pid=870/tid=925] ppid=867 vsize=14067516 CPUtime=12.38 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 43063 12630 0 0 1214 17 4 3 20 0 15 0 91103240 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438770080480 140438404316620 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 203 12630 0 0 4 1 4 3 20 0 15 0 91103241 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 587 12630 0 0 5 1 4 3 20 0 15 0 91103241 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 1258 12630 0 0 5 0 4 3 20 0 15 0 91103241 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 222 12630 0 0 4 1 4 3 20 0 15 0 91103241 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 2814 12630 0 0 5 0 4 3 20 0 15 0 91103242 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 175525 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0

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

/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238505 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 1310 12630 0 0 61 78 4 3 20 0 15 0 91103248 14405136384 238505 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 2363.35
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 0.65 0.83 1.14 2/193 1161
/proc/meminfo: memFree=30207848/32770624 swapFree=0/475672
[pid=870] ppid=867 vsize=14067516 CPUtime=2424.26 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 209072 12630 0 0 242051 368 4 3 20 0 15 0 91103219 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3516879 238545 3472 1 0 3505493 0
[pid=870/tid=925] ppid=867 vsize=14067516 CPUtime=2355.85 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 86106 12630 0 0 235526 52 4 3 20 0 15 0 91103240 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438770080480 140438416456913 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=14067516 CPUtime=11.93 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 17483 12630 0 0 1130 56 4 3 20 0 15 0 91103241 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=14067516 CPUtime=11.93 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 13760 12630 0 0 1120 66 4 3 20 0 15 0 91103241 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=14067516 CPUtime=11.95 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 17004 12630 0 0 1126 62 4 3 20 0 15 0 91103241 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=14067516 CPUtime=11.91 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 22258 12630 0 0 1126 58 4 3 20 0 15 0 91103241 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=14067516 CPUtime=12.25 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 15686 12630 0 0 1162 56 4 3 20 0 15 0 91103242 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=14067516 CPUtime=2.97 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) S 867 870 13007 0 -1 1077944384 10722 12630 0 0 287 3 4 3 20 0 15 0 91103245 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=14067516 CPUtime=2.8 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) S 867 870 13007 0 -1 1077944384 10393 12630 0 0 270 3 4 3 20 0 15 0 91103245 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438238345200 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=14067516 CPUtime=1.67 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) S 867 870 13007 0 -1 1077944384 12072 12630 0 0 157 3 4 3 20 0 15 0 91103245 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=14067516 CPUtime=1.5 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 1333 12630 0 0 63 80 4 3 20 0 15 0 91103248 14405136384 238545 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 2424.26
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 0.54 0.78 1.10 2/193 1163
/proc/meminfo: memFree=30207352/32770624 swapFree=0/475684
[pid=870] ppid=867 vsize=14067516 CPUtime=2485.21 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 211136 12630 0 0 248137 377 4 3 20 0 15 0 91103219 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3516879 238560 3472 1 0 3505493 0
[pid=870/tid=925] ppid=867 vsize=14067516 CPUtime=2415.16 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 86956 12630 0 0 241456 53 4 3 20 0 15 0 91103240 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438770080368 140438416871414 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=14067516 CPUtime=12.24 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 17553 12630 0 0 1160 57 4 3 20 0 15 0 91103241 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=14067516 CPUtime=12.25 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 14414 12630 0 0 1150 68 4 3 20 0 15 0 91103241 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=14067516 CPUtime=12.27 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 17132 12630 0 0 1156 64 4 3 20 0 15 0 91103241 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=14067516 CPUtime=12.24 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 22280 12630 0 0 1157 60 4 3 20 0 15 0 91103241 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=14067516 CPUtime=12.59 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 15984 12630 0 0 1195 57 4 3 20 0 15 0 91103242 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=14067516 CPUtime=2.97 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) S 867 870 13007 0 -1 1077944384 10725 12630 0 0 287 3 4 3 20 0 15 0 91103245 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=14067516 CPUtime=2.8 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) S 867 870 13007 0 -1 1077944384 10395 12630 0 0 270 3 4 3 20 0 15 0 91103245 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438238345200 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=14067516 CPUtime=1.67 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) S 867 870 13007 0 -1 1077944384 12074 12630 0 0 157 3 4 3 20 0 15 0 91103245 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 1368 12630 0 0 64 83 4 3 20 0 15 0 91103248 14405136384 238560 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 2485.21
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 0.69 0.79 1.09 2/193 1165
/proc/meminfo: memFree=30207312/32770624 swapFree=0/475688
[pid=870] ppid=867 vsize=14067516 CPUtime=2520.06 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 212527 12630 0 0 251616 383 4 3 20 0 15 0 91103219 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3516879 238568 3472 1 0 3505493 0
[pid=870/tid=925] ppid=867 vsize=14067516 CPUtime=2449.06 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 87421 12630 0 0 244845 54 4 3 20 0 15 0 91103240 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438770080368 140438416865466 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=14067516 CPUtime=12.43 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 17619 12630 0 0 1177 59 4 3 20 0 15 0 91103241 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=14067516 CPUtime=12.43 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 14858 12630 0 0 1168 68 4 3 20 0 15 0 91103241 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=14067516 CPUtime=12.45 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 17142 12630 0 0 1173 65 4 3 20 0 15 0 91103241 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=14067516 CPUtime=12.41 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 22380 12630 0 0 1174 60 4 3 20 0 15 0 91103241 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=14067516 CPUtime=12.77 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 16262 12630 0 0 1212 58 4 3 20 0 15 0 91103242 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 56 12630 0 0 0 0 4 3 20 0 15 0 91103242 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 43 12630 0 0 0 0 4 3 20 0 15 0 91103243 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=14067516 CPUtime=2.97 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) S 867 870 13007 0 -1 1077944384 10727 12630 0 0 287 3 4 3 20 0 15 0 91103245 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=14067516 CPUtime=2.8 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) S 867 870 13007 0 -1 1077944384 10398 12630 0 0 270 3 4 3 20 0 15 0 91103245 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438238345200 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=14067516 CPUtime=1.67 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) S 867 870 13007 0 -1 1077944384 12076 12630 0 0 157 3 4 3 20 0 15 0 91103245 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 15 0 91103245 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=14067516 CPUtime=1.56 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 1389 12630 0 0 65 84 4 3 20 0 15 0 91103248 14405136384 238568 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14067516

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

[startup+2476.8 s]
/proc/loadavg: 0.69 0.79 1.09 2/193 1165
/proc/meminfo: memFree=30207312/32770624 swapFree=0/475688
[pid=870] ppid=867 vsize=14200644 CPUtime=2520.53 cores=1,3,5,7
/proc/870/stat : 870 (java) S 867 870 13007 0 -1 1077944320 225227 12630 0 0 251662 384 4 3 20 0 17 0 91103219 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140720964841616 140438765846263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
/proc/870/statm: 3550161 240347 3473 1 0 3538775 0
[pid=870/tid=925] ppid=867 vsize=14200644 CPUtime=2449.07 cores=1,3,5,7
/proc/870/task/925/stat : 925 (java) R 867 870 13007 0 -1 4202560 88681 12630 0 0 244846 54 4 3 20 0 17 0 91103240 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438770083808 140438749039304 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=926] ppid=867 vsize=14200644 CPUtime=12.52 cores=1,3,5,7
/proc/870/task/926/stat : 926 (java) S 867 870 13007 0 -1 1077944384 17678 12630 0 0 1186 59 4 3 20 0 17 0 91103241 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438722812304 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=927] ppid=867 vsize=14200644 CPUtime=12.53 cores=1,3,5,7
/proc/870/task/927/stat : 927 (java) S 867 870 13007 0 -1 1077944384 14881 12630 0 0 1177 69 4 3 20 0 17 0 91103241 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438721759504 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=928] ppid=867 vsize=14200644 CPUtime=12.54 cores=1,3,5,7
/proc/870/task/928/stat : 928 (java) S 867 870 13007 0 -1 1077944384 17170 12630 0 0 1182 65 4 3 20 0 17 0 91103241 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438363368080 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=929] ppid=867 vsize=14200644 CPUtime=12.5 cores=1,3,5,7
/proc/870/task/929/stat : 929 (java) S 867 870 13007 0 -1 1077944384 22398 12630 0 0 1183 60 4 3 20 0 17 0 91103241 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438362315280 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=930] ppid=867 vsize=14200644 CPUtime=12.87 cores=1,3,5,7
/proc/870/task/930/stat : 930 (java) S 867 870 13007 0 -1 1077944384 26923 12630 0 0 1221 59 4 3 20 0 17 0 91103242 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438243609200 140438765857410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=931] ppid=867 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/931/stat : 931 (java) S 867 870 13007 0 -1 1077944384 58 12630 0 0 0 0 4 3 20 0 17 0 91103242 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438242555232 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=932] ppid=867 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/932/stat : 932 (java) S 867 870 13007 0 -1 1077944384 47 12630 0 0 0 0 4 3 20 0 17 0 91103243 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438241502848 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=933] ppid=867 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/933/stat : 933 (java) S 867 870 13007 0 -1 1077944384 251 12630 0 0 0 0 4 3 20 0 17 0 91103245 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438240451152 140438765864859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=934] ppid=867 vsize=14200644 CPUtime=2.97 cores=1,3,5,7
/proc/870/task/934/stat : 934 (java) S 867 870 13007 0 -1 1077944384 10727 12630 0 0 287 3 4 3 20 0 17 0 91103245 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438239398000 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=935] ppid=867 vsize=14200644 CPUtime=2.8 cores=1,3,5,7
/proc/870/task/935/stat : 935 (java) S 867 870 13007 0 -1 1077944384 10398 12630 0 0 270 3 4 3 20 0 17 0 91103245 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438238345200 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=936] ppid=867 vsize=14200644 CPUtime=1.67 cores=1,3,5,7
/proc/870/task/936/stat : 936 (java) S 867 870 13007 0 -1 1077944384 12114 12630 0 0 157 3 4 3 20 0 17 0 91103245 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438237292912 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=938] ppid=867 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/870/task/938/stat : 938 (java) S 867 870 13007 0 -1 1077944384 3 12630 0 0 0 0 4 3 20 0 17 0 91103245 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438236240352 140438765856469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
[pid=870/tid=939] ppid=867 vsize=14200644 CPUtime=1.56 cores=1,3,5,7
/proc/870/task/939/stat : 939 (java) S 867 870 13007 0 -1 1077944384 1389 12630 0 0 65 84 4 3 20 0 17 0 91103248 14541459456 240347 18446744073709551615 4194304 4196468 140720964859072 140438235188144 140438765857410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20000768 140720964863952 140720964866737 140720964866737 140720964870095 0
Current children cumulated CPU time (s) 2520.53
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2476.82
CPU time (s): 2520.58
CPU user time (s): 2516.69
CPU system time (s): 3.89182
CPU usage (%): 101.767
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.69
system time used= 3.89182
maximum resident set size= 961988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312414
involuntary context switches= 8208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6288 second user time and 16.2649 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 00:38:05
IDJOB=4262804
IDBENCH=140597
IDSOLVER=2650
FILE ID=node135/4262804-1502491920
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-024-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262804-1502491920/watcher-4262804-1502491920 -o /tmp/evaluation-result-4262804-1502491920/solver-4262804-1502491920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262804-1502491920.xml

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

MD5SUM BENCH= 22afaa39cd90d1a6cea2c2d1150da88d
RANDOM SEED=934069917

node135.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.21
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.21
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.21
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.21
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:        28651740 kB
MemAvailable:   29507204 kB
Buffers:          299712 kB
Cached:           846792 kB
SwapCached:            0 kB
Active:          3164660 kB
Inactive:         508300 kB
Active(anon):    2526648 kB
Inactive(anon):    33140 kB
Active(file):     638012 kB
Inactive(file):   475160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24196 kB
Writeback:             8 kB
AnonPages:       2530648 kB
Mapped:            64164 kB
Shmem:             33464 kB
Slab:             143592 kB
SReclaimable:     116252 kB
SUnreclaim:        27340 kB
KernelStack:        3504 kB
PageTables:        10748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3143144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2306048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62008 MiB
End job on node135 at 2017-08-12 01:19:22