Trace number 4262312

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) 2523.4299 2443.48

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data

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

pid=30915
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: 2.09 1.61 1.58 2/199 30918
/proc/meminfo: memFree=30592476/32770624 swapFree=0/471600
[pid=30918] ppid=30915 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30918/stat : 30918 (runsolver) D 30915 30918 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89869225 24240128 106 18446744073709551615 4194304 4338465 140734122813008 140734122810648 140368152498903 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 23248896 140734122815696 140734122816073 140734122816073 140734122819530 0
/proc/30918/statm: 5918 106 53 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 2.09 1.61 1.58 2/199 30918
/proc/meminfo: memFree=30592476/32770624 swapFree=0/471600
[pid=30918] ppid=30915 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30918/stat : 30918 (runsolver) D 30915 30918 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89869225 24240128 106 18446744073709551615 4194304 4338465 140734122813008 140734122810648 140368152498903 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 23248896 140734122815696 140734122816073 140734122816073 140734122819530 0
/proc/30918/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200334 s]
/proc/loadavg: 2.09 1.61 1.58 2/199 30918
/proc/meminfo: memFree=30592476/32770624 swapFree=0/471600
[pid=30918] ppid=30915 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30918/stat : 30918 (bash) S 30915 30918 13007 0 -1 4202496 891 6478 0 0 0 0 0 1 20 0 1 0 89869225 9867264 376 18446744073709551615 4194304 5098028 140737296543040 140737296537048 139800521174016 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 26202112 140737296544276 140737296544361 140737296544361 140737296547818 0
/proc/30918/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300198 s]
/proc/loadavg: 2.09 1.61 1.58 2/199 30918
/proc/meminfo: memFree=30592476/32770624 swapFree=0/471600
[pid=30918] ppid=30915 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 5787 12657 0 0 5 1 5 3 20 0 14 0 89869225 14241083392 5436 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3476827 5436 2508 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700236 s]
/proc/loadavg: 2.09 1.61 1.58 2/199 30918
/proc/meminfo: memFree=30592476/32770624 swapFree=0/471600
[pid=30918] ppid=30915 vsize=13974784 CPUtime=0.6 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 13769 12657 0 0 48 4 5 3 20 0 15 0 89869225 14310178816 14219 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3493696 14219 3072 1 0 3482965 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 2.09 1.61 1.58 3/214 30981
/proc/meminfo: memFree=30501412/32770624 swapFree=0/471772
[pid=30918] ppid=30915 vsize=13985408 CPUtime=1.8 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 27169 12657 0 0 164 8 5 3 20 0 15 0 89869225 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3496352 33935 3342 1 0 3485525 0
[pid=30918/tid=30968] ppid=30915 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) R 30915 30918 13007 0 -1 4202560 21838 12657 0 0 113 6 5 3 20 0 15 0 89869250 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425954736016 140425950516529 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) S 30915 30918 13007 0 -1 1077944384 2 12657 0 0 0 0 5 3 20 0 15 0 89869250 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) S 30915 30918 13007 0 -1 1077944384 1 12657 0 0 0 0 5 3 20 0 15 0 89869250 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) S 30915 30918 13007 0 -1 1077944384 1 12657 0 0 0 0 5 3 20 0 15 0 89869250 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) S 30915 30918 13007 0 -1 1077944384 2 12657 0 0 0 0 5 3 20 0 15 0 89869250 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 5 12657 0 0 0 0 5 3 20 0 15 0 89869252 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425428974192 140425950513794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 33 12657 0 0 0 0 5 3 20 0 15 0 89869252 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425427920160 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 21 12657 0 0 0 0 5 3 20 0 15 0 89869252 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425426867824 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) S 30915 30918 13007 0 -1 1077944384 828 12657 0 0 13 0 5 3 20 0 15 0 89869255 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425424762992 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) S 30915 30918 13007 0 -1 1077944384 974 12657 0 0 15 0 5 3 20 0 15 0 89869255 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425423710192 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 1299 12657 0 0 21 0 5 3 20 0 15 0 89869255 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425422657904 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 8 12657 0 0 0 0 5 3 20 0 15 0 89869261 14321057792 33935 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 13985408

[startup+3.10325 s]
/proc/loadavg: 2.09 1.61 1.58 5/214 30981
/proc/meminfo: memFree=30421712/32770624 swapFree=0/471772
[pid=30918] ppid=30915 vsize=13995836 CPUtime=6.24 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 42649 12657 0 0 598 18 5 3 20 0 15 0 89869225 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3498959 74076 3465 1 0 3487573 0
[pid=30918/tid=30968] ppid=30915 vsize=13995836 CPUtime=2.81 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) R 30915 30918 13007 0 -1 4202560 27153 12657 0 0 264 9 5 3 20 0 15 0 89869250 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425954733336 140425590465151 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) S 30915 30918 13007 0 -1 1077944384 247 12657 0 0 2 1 5 3 20 0 15 0 89869250 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) S 30915 30918 13007 0 -1 1077944384 221 12657 0 0 2 1 5 3 20 0 15 0 89869250 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) S 30915 30918 13007 0 -1 1077944384 58 12657 0 0 2 0 5 3 20 0 15 0 89869250 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) S 30915 30918 13007 0 -1 1077944384 159 12657 0 0 2 1 5 3 20 0 15 0 89869250 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 1771 12657 0 0 1 0 5 3 20 0 15 0 89869252 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425428974192 140425950513794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 89869252 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425427920224 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 89869252 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425426867840 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=13995836 CPUtime=1.32 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) R 30915 30918 13007 0 -1 4202560 4578 12657 0 0 123 1 5 3 20 0 15 0 89869255 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425424749824 140425929726383 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=13995836 CPUtime=1.2 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) R 30915 30918 13007 0 -1 4202560 2472 12657 0 0 111 1 5 3 20 0 15 0 89869255 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425423693392 140425932039599 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=13995836 CPUtime=0.95 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 3724 12657 0 0 86 1 5 3 20 0 15 0 89869255 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425422657904 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 11 12657 0 0 0 0 5 3 20 0 15 0 89869261 14331736064 74076 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 13995836

[startup+6.30129 s]
/proc/loadavg: 2.25 1.65 1.60 5/214 30981
/proc/meminfo: memFree=30165168/32770624 swapFree=0/471772
[pid=30918] ppid=30915 vsize=13997884 CPUtime=16.57 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 71321 12657 0 0 1615 34 5 3 20 0 15 0 89869225 14333833216 125631 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3499471 125631 3480 1 0 3488085 0
[pid=30918/tid=30968] ppid=30915 vsize=13997884 CPUtime=5.8 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) R 30915 30918 13007 0 -1 4202560 31622 12657 0 0 562 10 5 3 20 0 15 0 89869250 14333833216 125631 18446744073709551615 4194304 4196468 140727483721968 140425954734200 140425589416548 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=13997884 CPUtime=0.26 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) S 30915 30918 13007 0 -1 1077944384 338 12657 0 0 14 4 5 3 20 0 15 0 89869250 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=13997884 CPUtime=0.27 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) S 30915 30918 13007 0 -1 1077944384 520 12657 0 0 16 3 5 3 20 0 15 0 89869250 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=13997884 CPUtime=0.21 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) S 30915 30918 13007 0 -1 1077944384 133 12657 0 0 11 2 5 3 20 0 15 0 89869250 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=13997884 CPUtime=0.28 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) S 30915 30918 13007 0 -1 1077944384 731 12657 0 0 17 3 5 3 20 0 15 0 89869250 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 2549 12657 0 0 2 0 5 3 20 0 15 0 89869252 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425428974192 140425950513794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 61 12657 0 0 0 0 5 3 20 0 15 0 89869252 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425427920224 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 50 12657 0 0 0 0 5 3 20 0 15 0 89869252 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425426867840 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=13997884 CPUtime=4.21 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) R 30915 30918 13007 0 -1 4202560 12012 12657 0 0 411 2 5 3 20 0 15 0 89869255 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425424750016 140425942792096 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=13997884 CPUtime=4.24 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) R 30915 30918 13007 0 -1 4202560 10414 12657 0 0 414 2 5 3 20 0 15 0 89869255 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425423698624 140425931204314 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=13997884 CPUtime=1.72 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 10495 12657 0 0 162 2 5 3 20 0 15 0 89869255 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425422657904 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 257 12657 0 0 0 0 5 3 20 0 15 0 89869261 14333833216 125670 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.39 1.69 1.61 3/214 30983
/proc/meminfo: memFree=29299492/32770624 swapFree=0/471772
[pid=30918] ppid=30915 vsize=13999932 CPUtime=31.16 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 82526 12657 0 0 3047 61 5 3 20 0 15 0 89869225 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3499983 325563 3482 1 0 3488597 0
[pid=30918/tid=30968] ppid=30915 vsize=13999932 CPUtime=11.97 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) R 30915 30918 13007 0 -1 4202560 33902 12657 0 0 1168 21 5 3 20 0 15 0 89869250 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425954734880 140425593052768 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=13999932 CPUtime=0.46 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) S 30915 30918 13007 0 -1 1077944384 452 12657 0 0 31 7 5 3 20 0 15 0 89869250 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=13999932 CPUtime=0.47 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) S 30915 30918 13007 0 -1 1077944384 663 12657 0 0 32 7 5 3 20 0 15 0 89869250 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=13999932 CPUtime=0.43 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) S 30915 30918 13007 0 -1 1077944384 335 12657 0 0 29 6 5 3 20 0 15 0 89869250 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=13999932 CPUtime=0.49 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) S 30915 30918 13007 0 -1 1077944384 882 12657 0 0 34 7 5 3 20 0 15 0 89869250 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 3064 12657 0 0 3 0 5 3 20 0 15 0 89869252 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425428974192 140425950513794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 61 12657 0 0 0 0 5 3 20 0 15 0 89869252 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425427920224 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 51 12657 0 0 0 0 5 3 20 0 15 0 89869252 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425426867840 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14335930368 325563 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0

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

/proc/meminfo: memFree=26397456/32770624 swapFree=0/472344
[pid=30918] ppid=30915 vsize=14004028 CPUtime=2519.94 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 547998 12657 0 0 251613 373 5 3 20 0 15 0 89869225 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3501007 416027 3494 1 0 3489621 0
[pid=30918/tid=30968] ppid=30915 vsize=14004028 CPUtime=2419.62 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) R 30915 30918 13007 0 -1 4202560 171320 12657 0 0 241865 89 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425954736736 140425604122634 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=14004028 CPUtime=15.29 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) S 30915 30918 13007 0 -1 1077944384 48843 12657 0 0 1479 42 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=14004028 CPUtime=15.29 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) S 30915 30918 13007 0 -1 1077944384 46570 12657 0 0 1482 39 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=14004028 CPUtime=15.27 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) S 30915 30918 13007 0 -1 1077944384 50761 12657 0 0 1480 39 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=14004028 CPUtime=15.24 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) S 30915 30918 13007 0 -1 1077944384 42530 12657 0 0 1475 41 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=14004028 CPUtime=5.77 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 36330 12657 0 0 508 61 5 3 20 0 15 0 89869252 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425428974192 140425950513794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 63 12657 0 0 0 0 5 3 20 0 15 0 89869252 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425427920288 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 53 12657 0 0 0 0 5 3 20 0 15 0 89869252 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425426867840 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=14004028 CPUtime=14.23 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) S 30915 30918 13007 0 -1 1077944384 49375 12657 0 0 1409 6 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425424762992 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=14004028 CPUtime=14.9 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) S 30915 30918 13007 0 -1 1077944384 54485 12657 0 0 1476 6 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425423710192 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=14004028 CPUtime=3.47 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 42790 12657 0 0 331 8 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425422657904 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=14004028 CPUtime=1.46 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 2721 12657 0 0 65 73 5 3 20 0 15 0 89869261 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 2519.94
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2442.4 s]
/proc/loadavg: 1.71 1.71 1.56 3/214 31254
/proc/meminfo: memFree=26397456/32770624 swapFree=0/472344
[pid=30918] ppid=30915 vsize=14004028 CPUtime=2520.04 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 547998 12657 0 0 251623 373 5 3 20 0 15 0 89869225 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3501007 416027 3494 1 0 3489621 0
[pid=30918/tid=30968] ppid=30915 vsize=14004028 CPUtime=2419.72 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) R 30915 30918 13007 0 -1 4202560 171320 12657 0 0 241875 89 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425954736736 140425593336097 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=14004028 CPUtime=15.29 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) S 30915 30918 13007 0 -1 1077944384 48843 12657 0 0 1479 42 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=14004028 CPUtime=15.29 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) S 30915 30918 13007 0 -1 1077944384 46570 12657 0 0 1482 39 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=14004028 CPUtime=15.27 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) S 30915 30918 13007 0 -1 1077944384 50761 12657 0 0 1480 39 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=14004028 CPUtime=15.24 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) S 30915 30918 13007 0 -1 1077944384 42530 12657 0 0 1475 41 5 3 20 0 15 0 89869250 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=14004028 CPUtime=5.77 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 36330 12657 0 0 508 61 5 3 20 0 15 0 89869252 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425428974192 140425950513794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 63 12657 0 0 0 0 5 3 20 0 15 0 89869252 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425427920288 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 53 12657 0 0 0 0 5 3 20 0 15 0 89869252 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425426867840 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=14004028 CPUtime=14.23 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) S 30915 30918 13007 0 -1 1077944384 49375 12657 0 0 1409 6 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425424762992 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=14004028 CPUtime=14.9 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) S 30915 30918 13007 0 -1 1077944384 54485 12657 0 0 1476 6 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425423710192 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=14004028 CPUtime=3.47 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 42790 12657 0 0 331 8 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425422657904 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 89869255 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=14004028 CPUtime=1.46 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 2721 12657 0 0 65 73 5 3 20 0 15 0 89869261 14340124672 416027 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14004028

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

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

[startup+2443.21 s]
/proc/loadavg: 1.74 1.71 1.57 6/216 31256
/proc/meminfo: memFree=26388400/32770624 swapFree=0/472344
[pid=30918] ppid=30915 vsize=14137156 CPUtime=2522.53 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 555402 12657 0 0 251871 374 5 3 20 0 17 0 89869225 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3534289 418588 3494 1 0 3522903 0
[pid=30918/tid=30968] ppid=30915 vsize=14137156 CPUtime=2419.88 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) S 30915 30918 13007 0 -1 1077944384 171656 12657 0 0 241891 89 5 3 20 0 17 0 89869250 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425954740256 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=14137156 CPUtime=15.86 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) R 30915 30918 13007 0 -1 4202560 48943 12657 0 0 1536 42 5 3 20 0 17 0 89869250 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425907468888 140425935201377 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=14137156 CPUtime=15.85 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) R 30915 30918 13007 0 -1 4202560 46662 12657 0 0 1538 39 5 3 20 0 17 0 89869250 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425906415888 140425935498992 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=14137156 CPUtime=15.83 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) R 30915 30918 13007 0 -1 4202560 50864 12657 0 0 1536 39 5 3 20 0 17 0 89869250 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425935202064 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=14137156 CPUtime=15.81 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) R 30915 30918 13007 0 -1 4202560 42628 12657 0 0 1531 42 5 3 20 0 17 0 89869250 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425904310800 140425935499248 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=14137156 CPUtime=5.84 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 42767 12657 0 0 515 61 5 3 20 0 17 0 89869252 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425428972816 140425950512853 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 65 12657 0 0 0 0 5 3 20 0 17 0 89869252 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425427920128 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 17 0 89869252 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425426867440 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 118 12657 0 0 0 0 5 3 20 0 17 0 89869255 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=14137156 CPUtime=14.23 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) S 30915 30918 13007 0 -1 1077944384 49375 12657 0 0 1409 6 5 3 20 0 17 0 89869255 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425424762752 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=14137156 CPUtime=14.9 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) S 30915 30918 13007 0 -1 1077944384 54485 12657 0 0 1476 6 5 3 20 0 17 0 89869255 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425423710240 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=14137156 CPUtime=3.47 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 42790 12657 0 0 331 8 5 3 20 0 17 0 89869255 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425422657952 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 17 0 89869255 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=14137156 CPUtime=1.46 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 2721 12657 0 0 65 73 5 3 20 0 17 0 89869261 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=31255] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/31255/stat : 31255 (java) S 30915 30918 13007 0 -1 1077944384 94 12657 0 0 0 0 5 3 20 0 17 0 90113466 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425388909040 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=31256] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/31256/stat : 31256 (java) S 30915 30918 13007 0 -1 1077944384 24 12657 0 0 0 0 5 3 20 0 17 0 90113466 14476447744 418588 18446744073709551615 4194304 4196468 140727483721968 140425387857472 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 2522.53
Current children cumulated vsize (KiB) 14137156

[startup+2443.4 s]
/proc/loadavg: 1.74 1.71 1.57 6/216 31256
/proc/meminfo: memFree=26388400/32770624 swapFree=0/472344
[pid=30918] ppid=30915 vsize=14137156 CPUtime=2523.23 cores=1,3,5,7
/proc/30918/stat : 30918 (java) S 30915 30918 13007 0 -1 1077944320 555404 12657 0 0 251941 374 5 3 20 0 17 0 89869225 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140727483704512 140425950502647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
/proc/30918/statm: 3534289 418463 3494 1 0 3522903 0
[pid=30918/tid=30968] ppid=30915 vsize=14137156 CPUtime=2419.88 cores=1,3,5,7
/proc/30918/task/30968/stat : 30968 (java) S 30915 30918 13007 0 -1 1077944384 171656 12657 0 0 241891 89 5 3 20 0 17 0 89869250 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425954740256 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30969] ppid=30915 vsize=14137156 CPUtime=16.02 cores=1,3,5,7
/proc/30918/task/30969/stat : 30969 (java) R 30915 30918 13007 0 -1 4202560 48943 12657 0 0 1552 42 5 3 20 0 17 0 89869250 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425907468688 140425932099136 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30970] ppid=30915 vsize=14137156 CPUtime=16.02 cores=1,3,5,7
/proc/30918/task/30970/stat : 30970 (java) R 30915 30918 13007 0 -1 4202560 46662 12657 0 0 1555 39 5 3 20 0 17 0 89869250 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425906416088 140425932099101 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30971] ppid=30915 vsize=14137156 CPUtime=16 cores=1,3,5,7
/proc/30918/task/30971/stat : 30971 (java) R 30915 30918 13007 0 -1 4202560 50864 12657 0 0 1553 39 5 3 20 0 17 0 89869250 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425905363600 140425935200422 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30972] ppid=30915 vsize=14137156 CPUtime=15.98 cores=1,3,5,7
/proc/30918/task/30972/stat : 30972 (java) R 30915 30918 13007 0 -1 4202560 42628 12657 0 0 1548 42 5 3 20 0 17 0 89869250 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425904310688 140425935200422 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30973] ppid=30915 vsize=14137156 CPUtime=5.86 cores=1,3,5,7
/proc/30918/task/30973/stat : 30973 (java) S 30915 30918 13007 0 -1 1077944384 42767 12657 0 0 517 61 5 3 20 0 17 0 89869252 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425428972592 140425950512853 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30974] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30974/stat : 30974 (java) S 30915 30918 13007 0 -1 1077944384 65 12657 0 0 0 0 5 3 20 0 17 0 89869252 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425427920368 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30975] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30975/stat : 30975 (java) S 30915 30918 13007 0 -1 1077944384 56 12657 0 0 0 0 5 3 20 0 17 0 89869252 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425426867840 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30976] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30976/stat : 30976 (java) S 30915 30918 13007 0 -1 1077944384 118 12657 0 0 0 0 5 3 20 0 17 0 89869255 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425425816144 140425950521243 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30977] ppid=30915 vsize=14137156 CPUtime=14.23 cores=1,3,5,7
/proc/30918/task/30977/stat : 30977 (java) S 30915 30918 13007 0 -1 1077944384 49375 12657 0 0 1409 6 5 3 20 0 17 0 89869255 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425424762992 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30978] ppid=30915 vsize=14137156 CPUtime=14.9 cores=1,3,5,7
/proc/30918/task/30978/stat : 30978 (java) S 30915 30918 13007 0 -1 1077944384 54485 12657 0 0 1476 6 5 3 20 0 17 0 89869255 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425423710192 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30979] ppid=30915 vsize=14137156 CPUtime=3.47 cores=1,3,5,7
/proc/30918/task/30979/stat : 30979 (java) S 30915 30918 13007 0 -1 1077944384 42790 12657 0 0 331 8 5 3 20 0 17 0 89869255 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425422657904 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30980] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/30980/stat : 30980 (java) S 30915 30918 13007 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 17 0 89869255 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425421605344 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=30981] ppid=30915 vsize=14137156 CPUtime=1.46 cores=1,3,5,7
/proc/30918/task/30981/stat : 30981 (java) S 30915 30918 13007 0 -1 1077944384 2721 12657 0 0 65 73 5 3 20 0 17 0 89869261 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425420553136 140425950513794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=31255] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/31255/stat : 31255 (java) S 30915 30918 13007 0 -1 1077944384 94 12657 0 0 0 0 5 3 20 0 17 0 90113466 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425388909040 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
[pid=30918/tid=31256] ppid=30915 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/30918/task/31256/stat : 31256 (java) S 30915 30918 13007 0 -1 1077944384 25 12657 0 0 0 0 5 3 20 0 17 0 90113466 14476447744 418463 18446744073709551615 4194304 4196468 140727483721968 140425387857472 140425950512853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24985600 140727483729872 140727483732657 140727483732657 140727483736015 0
Current children cumulated CPU time (s) 2523.23
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 2443.48
CPU time (s): 2523.43
CPU user time (s): 2519.64
CPU system time (s): 3.78944
CPU usage (%): 103.272
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.64
system time used= 3.78944
maximum resident set size= 4077888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568143
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162096
involuntary context switches= 6408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2265 second user time and 14.2856 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 21:12:25
IDJOB=4262312
IDBENCH=139206
IDSOLVER=2650
FILE ID=node135/4262312-1502479580
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262312-1502479580/watcher-4262312-1502479580 -o /tmp/evaluation-result-4262312-1502479580/solver-4262312-1502479580 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262312-1502479580.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=1512833495

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:        30593776 kB
MemAvailable:   31441908 kB
Buffers:          297356 kB
Cached:           842212 kB
SwapCached:            0 kB
Active:          1231792 kB
Inactive:         504480 kB
Active(anon):     597148 kB
Inactive(anon):    33140 kB
Active(file):     634644 kB
Inactive(file):   471340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25600 kB
Writeback:             0 kB
AnonPages:        597256 kB
Mapped:            63716 kB
Shmem:             33464 kB
Slab:             143296 kB
SReclaimable:     115964 kB
SUnreclaim:        27332 kB
KernelStack:        3536 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1504956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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= 61980 MiB
End job on node135 at 2017-08-11 21:53:09