Trace number 4261905

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? 6.2333999 3.7349501

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff32.xml
MD5SUMc2f78e5ba136eead11eee8da568b11fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5708
Best CPU time to get the best result obtained on this benchmark0.039051
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints63
Number of domains23
Minimum domain size21
Maximum domain size22
Distribution of domain sizes[{"size":21,"count":8},{"size":22,"count":55}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":62},{"degree":32,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":62}]
Number of extensional constraints31
Number of intensional constraints31
Distribution of constraint types[{"type":"extension","count":31},{"type":"intension","count":31},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.44/2.21	c Concrete v3.4 running
6.15/3.70	concrete.generator.FailedGenerationException: No candidate constraint for constraint 195. 'lt({[32?32], [76?76], [103?103], [377?377], [386?386], [426?426], [442?442], [462?462], [511?511], [535?535], [542?542], [580?580], [582?582], [604?604], [635?635], [655?655], [687?687], [720?720], [750?750], [761?761], [794?794], [812?812]})
6.15/3.70		at concrete.generator.GeneratorManager.$anonfun$generate$2(GeneratorManager.scala:52)
6.15/3.71		at scala.Option.getOrElse(Option.scala:121)
6.15/3.71		at concrete.generator.GeneratorManager.generate(GeneratorManager.scala:52)
6.15/3.71		at concrete.generator.ProblemGenerator.$anonfun$generate$3(ProblemGenerator.scala:84)
6.15/3.71		at scala.collection.Iterator$$anon$11.nextCur(Iterator.scala:473)
6.15/3.71		at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:479)
6.15/3.71		at scala.collection.Iterator.toStream(Iterator.scala:1403)
6.15/3.71		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
6.15/3.71		at scala.collection.AbstractIterator.toStream(Iterator.scala:1417)
6.15/3.71		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
6.15/3.71		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
6.15/3.71		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
6.15/3.71		at scala.collection.generic.Growable.loop$1(Growable.scala:54)
6.15/3.71		at scala.collection.generic.Growable.$plus$plus$eq(Growable.scala:58)
6.15/3.71		at scala.collection.generic.Growable.$plus$plus$eq$(Growable.scala:50)
6.15/3.71		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:99)
6.15/3.71		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:56)
6.15/3.71		at scala.collection.TraversableLike.$plus$plus(TraversableLike.scala:147)
6.15/3.71		at scala.collection.TraversableLike.$plus$plus$(TraversableLike.scala:143)
6.15/3.71		at scala.collection.mutable.ArrayOps$ofRef.$plus$plus(ArrayOps.scala:191)
6.15/3.71		at concrete.Problem.addConstraints(Problem.scala:48)
6.15/3.71		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:87)
6.15/3.71		at scala.util.Try$.apply(Try.scala:209)
6.15/3.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
6.15/3.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
6.15/3.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
6.15/3.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
6.15/3.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
6.15/3.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
6.15/3.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
6.15/3.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
6.15/3.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
6.15/3.71		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
6.15/3.71		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
6.15/3.71		at scala.util.Success.flatMap(Try.scala:247)
6.15/3.71		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
6.15/3.71		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
6.15/3.71		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
6.15/3.71		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
6.15/3.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
6.15/3.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
6.15/3.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
6.15/3.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
6.15/3.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
6.15/3.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
6.15/3.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
6.15/3.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
6.15/3.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
6.15/3.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
6.15/3.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
6.15/3.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
6.15/3.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
6.15/3.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
6.15/3.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
6.15/3.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
6.15/3.71		at scala.collection.immutable.List.foreach(List.scala:389)
6.15/3.71		at scala.App.main(App.scala:76)
6.15/3.71		at scala.App.main$(App.scala:74)
6.15/3.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
6.15/3.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
6.15/3.71	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-4261905-1502476991/watcher-4261905-1502476991 -o /tmp/evaluation-result-4261905-1502476991/solver-4261905-1502476991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4261905-1502476991.xml 

pid=17359
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.86 1.59 1.58 2/195 17362
/proc/meminfo: memFree=26152628/32770624 swapFree=0/511108
[pid=17362] ppid=17359 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17362/stat : 17362 (runsolver) D 17359 17362 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49919903 24240128 106 18446744073709551615 4194304 4338465 140726619880096 140726619877736 140311108784855 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18464768 140726619881681 140726619882057 140726619882057 140726619885514 0
/proc/17362/statm: 5918 106 53 36 0 2156 0

[startup+0.10016 s]
/proc/loadavg: 1.86 1.59 1.58 2/195 17362
/proc/meminfo: memFree=26152628/32770624 swapFree=0/511108
[pid=17362] ppid=17359 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17362/stat : 17362 (runsolver) D 17359 17362 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49919903 24240128 106 18446744073709551615 4194304 4338465 140726619880096 140726619877736 140311108784855 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18464768 140726619881681 140726619882057 140726619882057 140726619885514 0
/proc/17362/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200327 s]
/proc/loadavg: 1.86 1.59 1.58 2/195 17362
/proc/meminfo: memFree=26152628/32770624 swapFree=0/511108
[pid=17362] ppid=17359 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17362/stat : 17362 (bash) S 17359 17362 1330 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 49919903 9867264 376 18446744073709551615 4194304 5098028 140732718292768 140732718286776 139703189834752 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 36233216 140732718293524 140732718293609 140732718293609 140732718297066 0
/proc/17362/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300354 s]
/proc/loadavg: 1.86 1.59 1.58 2/195 17362
/proc/meminfo: memFree=26152628/32770624 swapFree=0/511108
[pid=17362] ppid=17359 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 5717 12365 0 0 5 1 5 2 20 0 14 0 49919903 14241083392 5384 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3476827 5384 2561 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700288 s]
/proc/loadavg: 1.86 1.59 1.58 2/195 17362
/proc/meminfo: memFree=26152628/32770624 swapFree=0/511108
[pid=17362] ppid=17359 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 13885 12365 0 0 55 5 5 2 20 0 15 0 49919903 14310178816 14291 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3493696 14291 3127 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50079 s]
/proc/loadavg: 2.03 1.63 1.60 3/210 17425
/proc/meminfo: memFree=26058596/32770624 swapFree=0/511200
[pid=17362] ppid=17359 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 28471 12365 0 0 170 11 5 2 20 0 15 0 49919903 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3496352 39626 3345 1 0 3485525 0
[pid=17362/tid=17412] ppid=17359 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/17362/task/17412/stat : 17412 (java) S 17359 17362 1330 0 -1 1077944384 22928 12365 0 0 114 7 5 2 20 0 15 0 49919925 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249839739024 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17413] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17413/stat : 17413 (java) S 17359 17362 1330 0 -1 1077944384 195 12365 0 0 0 0 5 2 20 0 15 0 49919926 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249754930064 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17414] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17414/stat : 17414 (java) S 17359 17362 1330 0 -1 1077944384 49 12365 0 0 0 0 5 2 20 0 15 0 49919926 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249753877280 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17415] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17415/stat : 17415 (java) R 17359 17362 1330 0 -1 4202560 42 12365 0 0 0 0 5 2 20 0 15 0 49919926 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249752824872 140249828143847 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17416] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17416/stat : 17416 (java) S 17359 17362 1330 0 -1 1077944384 52 12365 0 0 0 0 5 2 20 0 15 0 49919926 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249751772176 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17417] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17417/stat : 17417 (java) S 17359 17362 1330 0 -1 1077944384 58 12365 0 0 0 0 5 2 20 0 15 0 49919927 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249313837504 140249835525845 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17418] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17418/stat : 17418 (java) S 17359 17362 1330 0 -1 1077944384 33 12365 0 0 0 0 5 2 20 0 15 0 49919927 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249312785184 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17419] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17419/stat : 17419 (java) S 17359 17362 1330 0 -1 1077944384 21 12365 0 0 0 0 5 2 20 0 15 0 49919928 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249311732848 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17420] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17420/stat : 17420 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249310681168 140249835534235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17421] ppid=17359 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/17362/task/17421/stat : 17421 (java) S 17359 17362 1330 0 -1 1077944384 901 12365 0 0 14 0 5 2 20 0 15 0 49919930 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249309629040 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17422] ppid=17359 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/17362/task/17422/stat : 17422 (java) S 17359 17362 1330 0 -1 1077944384 730 12365 0 0 15 0 5 2 20 0 15 0 49919930 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249308576240 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17423] ppid=17359 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/17362/task/17423/stat : 17423 (java) S 17359 17362 1330 0 -1 1077944384 1297 12365 0 0 23 0 5 2 20 0 15 0 49919930 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249307519328 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17424] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17424/stat : 17424 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249306471392 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17425] ppid=17359 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17425/stat : 17425 (java) S 17359 17362 1330 0 -1 1077944384 8 12365 0 0 0 0 5 2 20 0 15 0 49919935 14321057792 39626 18446744073709551615 4194304 4196468 140730519529696 140249305418160 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10051 s]
/proc/loadavg: 2.03 1.63 1.60 4/210 17425
/proc/meminfo: memFree=25979436/32770624 swapFree=0/511200
[pid=17362] ppid=17359 vsize=13997884 CPUtime=4.74 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 47850 12365 0 0 452 15 5 2 20 0 15 0 49919903 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3499471 52834 3443 1 0 3488085 0
[pid=17362/tid=17412] ppid=17359 vsize=13997884 CPUtime=2.55 cores=1,3,5,7
/proc/17362/task/17412/stat : 17412 (java) R 17359 17362 1330 0 -1 4202560 36448 12365 0 0 239 9 5 2 20 0 15 0 49919925 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249839746720 140249835527574 0 4 1 16800974 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17413] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17413/stat : 17413 (java) S 17359 17362 1330 0 -1 1077944384 200 12365 0 0 0 0 5 2 20 0 15 0 49919926 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249754930064 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17414] ppid=17359 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17362/task/17414/stat : 17414 (java) S 17359 17362 1330 0 -1 1077944384 51 12365 0 0 1 0 5 2 20 0 15 0 49919926 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249753877264 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17415] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17415/stat : 17415 (java) S 17359 17362 1330 0 -1 1077944384 42 12365 0 0 0 0 5 2 20 0 15 0 49919926 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249752824976 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17416] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17416/stat : 17416 (java) S 17359 17362 1330 0 -1 1077944384 54 12365 0 0 0 0 5 2 20 0 15 0 49919926 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249751772176 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17417] ppid=17359 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17362/task/17417/stat : 17417 (java) S 17359 17362 1330 0 -1 1077944384 792 12365 0 0 1 0 5 2 20 0 15 0 49919927 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249313839216 140249835526786 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17418] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17418/stat : 17418 (java) S 17359 17362 1330 0 -1 1077944384 56 12365 0 0 0 0 5 2 20 0 15 0 49919927 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249312785248 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17419] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17419/stat : 17419 (java) S 17359 17362 1330 0 -1 1077944384 43 12365 0 0 0 0 5 2 20 0 15 0 49919928 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249311732848 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17420] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17420/stat : 17420 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249310681168 140249835534235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17421] ppid=17359 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/17362/task/17421/stat : 17421 (java) S 17359 17362 1330 0 -1 1077944384 3548 12365 0 0 77 0 5 2 20 0 15 0 49919930 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249309629040 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17422] ppid=17359 vsize=13997884 CPUtime=0.6 cores=1,3,5,7
/proc/17362/task/17422/stat : 17422 (java) R 17359 17362 1330 0 -1 4202560 1524 12365 0 0 52 1 5 2 20 0 15 0 49919930 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249308562120 140249814761487 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17423] ppid=17359 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/17362/task/17423/stat : 17423 (java) R 17359 17362 1330 0 -1 1077944384 2924 12365 0 0 76 1 5 2 20 0 15 0 49919930 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249307523952 140249835526786 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17424] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17424/stat : 17424 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249306471392 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17425] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17425/stat : 17425 (java) S 17359 17362 1330 0 -1 1077944384 11 12365 0 0 0 0 5 2 20 0 15 0 49919935 14333833216 52834 18446744073709551615 4194304 4196468 140730519529696 140249305418160 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20075 s]
/proc/loadavg: 2.03 1.63 1.60 4/210 17425
/proc/meminfo: memFree=25979436/32770624 swapFree=0/511200
[pid=17362] ppid=17359 vsize=13997884 CPUtime=5 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 48269 12365 0 0 478 15 5 2 20 0 15 0 49919903 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3499471 53159 3443 1 0 3488085 0
[pid=17362/tid=17412] ppid=17359 vsize=13997884 CPUtime=2.65 cores=1,3,5,7
/proc/17362/task/17412/stat : 17412 (java) R 17359 17362 1330 0 -1 4202560 36537 12365 0 0 249 9 5 2 20 0 15 0 49919925 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249839747024 140249422502432 0 4 1 16800974 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17413] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17413/stat : 17413 (java) S 17359 17362 1330 0 -1 1077944384 200 12365 0 0 0 0 5 2 20 0 15 0 49919926 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249754930064 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17414] ppid=17359 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17362/task/17414/stat : 17414 (java) S 17359 17362 1330 0 -1 1077944384 51 12365 0 0 1 0 5 2 20 0 15 0 49919926 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249753877264 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17415] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17415/stat : 17415 (java) S 17359 17362 1330 0 -1 1077944384 42 12365 0 0 0 0 5 2 20 0 15 0 49919926 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249752824976 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17416] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17416/stat : 17416 (java) S 17359 17362 1330 0 -1 1077944384 54 12365 0 0 0 0 5 2 20 0 15 0 49919926 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249751772176 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17417] ppid=17359 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17362/task/17417/stat : 17417 (java) S 17359 17362 1330 0 -1 1077944384 792 12365 0 0 1 0 5 2 20 0 15 0 49919927 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249313839216 140249835526786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17418] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17418/stat : 17418 (java) S 17359 17362 1330 0 -1 1077944384 56 12365 0 0 0 0 5 2 20 0 15 0 49919927 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249312785248 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17419] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17419/stat : 17419 (java) S 17359 17362 1330 0 -1 1077944384 43 12365 0 0 0 0 5 2 20 0 15 0 49919928 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249311732848 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17420] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17420/stat : 17420 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249310681168 140249835534235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17421] ppid=17359 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/17362/task/17421/stat : 17421 (java) S 17359 17362 1330 0 -1 1077944384 3578 12365 0 0 82 0 5 2 20 0 15 0 49919930 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249309629040 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17422] ppid=17359 vsize=13997884 CPUtime=0.64 cores=1,3,5,7
/proc/17362/task/17422/stat : 17422 (java) S 17359 17362 1330 0 -1 1077944384 1607 12365 0 0 56 1 5 2 20 0 15 0 49919930 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249308576240 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17423] ppid=17359 vsize=13997884 CPUtime=0.91 cores=1,3,5,7
/proc/17362/task/17423/stat : 17423 (java) R 17359 17362 1330 0 -1 4202560 3142 12365 0 0 83 1 5 2 20 0 15 0 49919930 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249307523952 140249828612475 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17424] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17424/stat : 17424 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249306471392 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17425] ppid=17359 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17425/stat : 17425 (java) S 17359 17362 1330 0 -1 1077944384 11 12365 0 0 0 0 5 2 20 0 15 0 49919935 14333833216 53159 18446744073709551615 4194304 4196468 140730519529696 140249305418160 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 13997884

[startup+3.60172 s]
/proc/loadavg: 2.03 1.63 1.60 4/210 17425
/proc/meminfo: memFree=25947712/32770624 swapFree=0/511200
[pid=17362] ppid=17359 vsize=13999932 CPUtime=5.85 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 50984 12365 0 0 560 18 5 2 20 0 15 0 49919903 14335930368 61925 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3499983 61925 3462 1 0 3488597 0
[pid=17362/tid=17412] ppid=17359 vsize=13999932 CPUtime=3 cores=1,3,5,7
/proc/17362/task/17412/stat : 17412 (java) S 17359 17362 1330 0 -1 1077944384 37636 12365 0 0 284 9 5 2 20 0 15 0 49919925 14335930368 61925 18446744073709551615 4194304 4196468 140730519529696 140249839724880 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17413] ppid=17359 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/17362/task/17413/stat : 17413 (java) S 17359 17362 1330 0 -1 1077944384 261 12365 0 0 2 1 5 2 20 0 15 0 49919926 14335930368 61925 18446744073709551615 4194304 4196468 140730519529696 140249754930064 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17414] ppid=17359 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17362/task/17414/stat : 17414 (java) S 17359 17362 1330 0 -1 1077944384 75 12365 0 0 2 0 5 2 20 0 15 0 49919926 14335930368 61925 18446744073709551615 4194304 4196468 140730519529696 140249753877264 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17415] ppid=17359 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17362/task/17415/stat : 17415 (java) S 17359 17362 1330 0 -1 1077944384 74 12365 0 0 2 0 5 2 20 0 15 0 49919926 14335930368 61925 18446744073709551615 4194304 4196468 140730519529696 140249752824976 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17416] ppid=17359 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17362/task/17416/stat : 17416 (java) S 17359 17362 1330 0 -1 1077944384 68 12365 0 0 2 0 5 2 20 0 15 0 49919926 14335930368 61925 18446744073709551615 4194304 4196468 140730519529696 140249751772176 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17417] ppid=17359 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/17362/task/17417/stat : 17417 (java) R 17359 17362 1330 0 -1 4202560 1737 12365 0 0 3 0 5 2 20 0 15 0 49919927 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249313837728 140249827805088 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17418] ppid=17359 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17418/stat : 17418 (java) S 17359 17362 1330 0 -1 1077944384 56 12365 0 0 0 0 5 2 20 0 15 0 49919927 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249312785248 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17419] ppid=17359 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17419/stat : 17419 (java) S 17359 17362 1330 0 -1 1077944384 43 12365 0 0 0 0 5 2 20 0 15 0 49919928 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249311732848 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17420] ppid=17359 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17420/stat : 17420 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249310681168 140249835534235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17421] ppid=17359 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/17362/task/17421/stat : 17421 (java) S 17359 17362 1330 0 -1 1077944384 3657 12365 0 0 93 1 5 2 20 0 15 0 49919930 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249309629040 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17422] ppid=17359 vsize=13999932 CPUtime=0.73 cores=1,3,5,7
/proc/17362/task/17422/stat : 17422 (java) S 17359 17362 1330 0 -1 1077944384 1678 12365 0 0 65 1 5 2 20 0 15 0 49919930 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249308576240 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17423] ppid=17359 vsize=13999932 CPUtime=1.09 cores=1,3,5,7
/proc/17362/task/17423/stat : 17423 (java) S 17359 17362 1330 0 -1 1077944384 3603 12365 0 0 101 1 5 2 20 0 15 0 49919930 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249307523952 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17424] ppid=17359 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17424/stat : 17424 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249306471392 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17425] ppid=17359 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17425/stat : 17425 (java) S 17359 17362 1330 0 -1 1077944384 11 12365 0 0 0 0 5 2 20 0 15 0 49919935 14335930368 61957 18446744073709551615 4194304 4196468 140730519529696 140249305418160 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 13999932

[startup+3.70061 s]
/proc/loadavg: 2.03 1.63 1.60 4/210 17425
/proc/meminfo: memFree=25947712/32770624 swapFree=0/511200
[pid=17362] ppid=17359 vsize=14001980 CPUtime=6.15 cores=1,3,5,7
/proc/17362/stat : 17362 (java) S 17359 17362 1330 0 -1 1077944320 51687 12365 0 0 590 18 5 2 20 0 15 0 49919903 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140730519512240 140249835515639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
/proc/17362/statm: 3500495 62529 3464 1 0 3489109 0
[pid=17362/tid=17412] ppid=17359 vsize=14001980 CPUtime=3.11 cores=1,3,5,7
/proc/17362/task/17412/stat : 17412 (java) R 17359 17362 1330 0 -1 4202560 37914 12365 0 0 294 10 5 2 20 0 15 0 49919925 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249839745856 140249835527574 0 4 1 16800974 0 0 0 -1 5 0 0 34 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17413] ppid=17359 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/17362/task/17413/stat : 17413 (java) S 17359 17362 1330 0 -1 1077944384 261 12365 0 0 2 1 5 2 20 0 15 0 49919926 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249754930064 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17414] ppid=17359 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/17362/task/17414/stat : 17414 (java) S 17359 17362 1330 0 -1 1077944384 75 12365 0 0 2 0 5 2 20 0 15 0 49919926 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249753877264 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17415] ppid=17359 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/17362/task/17415/stat : 17415 (java) S 17359 17362 1330 0 -1 1077944384 74 12365 0 0 2 0 5 2 20 0 15 0 49919926 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249752824976 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17416] ppid=17359 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/17362/task/17416/stat : 17416 (java) S 17359 17362 1330 0 -1 1077944384 68 12365 0 0 2 0 5 2 20 0 15 0 49919926 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249751772176 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17417] ppid=17359 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/17362/task/17417/stat : 17417 (java) S 17359 17362 1330 0 -1 1077944384 1963 12365 0 0 3 0 5 2 20 0 15 0 49919927 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249313839216 140249835526786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17418] ppid=17359 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17418/stat : 17418 (java) S 17359 17362 1330 0 -1 1077944384 56 12365 0 0 0 0 5 2 20 0 15 0 49919927 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249312785248 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17419] ppid=17359 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17419/stat : 17419 (java) S 17359 17362 1330 0 -1 1077944384 43 12365 0 0 0 0 5 2 20 0 15 0 49919928 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249311732864 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17420] ppid=17359 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17420/stat : 17420 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249310681168 140249835534235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17421] ppid=17359 vsize=14001980 CPUtime=1.09 cores=1,3,5,7
/proc/17362/task/17421/stat : 17421 (java) R 17359 17362 1330 0 -1 1077944384 3680 12365 0 0 101 1 5 2 20 0 15 0 49919930 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249309629040 140249835526786 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17422] ppid=17359 vsize=14001980 CPUtime=0.81 cores=1,3,5,7
/proc/17362/task/17422/stat : 17422 (java) R 17359 17362 1330 0 -1 4202560 1708 12365 0 0 73 1 5 2 20 0 15 0 49919930 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249308576240 140249814983713 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17423] ppid=17359 vsize=14001980 CPUtime=1.13 cores=1,3,5,7
/proc/17362/task/17423/stat : 17423 (java) R 17359 17362 1330 0 -1 4202560 3680 12365 0 0 105 1 5 2 20 0 15 0 49919930 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249307523952 140249828612491 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17424] ppid=17359 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17424/stat : 17424 (java) S 17359 17362 1330 0 -1 1077944384 3 12365 0 0 0 0 5 2 20 0 15 0 49919930 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249306471392 140249835525845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
[pid=17362/tid=17425] ppid=17359 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17362/task/17425/stat : 17425 (java) S 17359 17362 1330 0 -1 1077944384 11 12365 0 0 0 0 5 2 20 0 15 0 49919935 14338027520 62529 18446744073709551615 4194304 4196468 140730519529696 140249305418160 140249835526786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 15900672 140730519537616 140730519540401 140730519540401 140730519543759 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 14001980

Child status: 0
Real time (s): 3.73495
CPU time (s): 6.2334
CPU user time (s): 6.0112
CPU system time (s): 0.222198
CPU usage (%): 166.894
Max. virtual memory (cumulated for all children) (KiB): 14001980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.0112
system time used= 0.222198
maximum resident set size= 250920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5539
involuntary context switches= 26

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017739 second user time and 0.026607 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 20:29:06
IDJOB=4261905
IDBENCH=138381
IDSOLVER=2650
FILE ID=node125/4261905-1502476991
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 61940 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff32.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261905-1502476991/watcher-4261905-1502476991 -o /tmp/evaluation-result-4261905-1502476991/solver-4261905-1502476991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4261905-1502476991.xml

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

MD5SUM BENCH= c2f78e5ba136eead11eee8da568b11fc
RANDOM SEED=1307387989

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26152908 kB
MemAvailable:   27003816 kB
Buffers:          258852 kB
Cached:           881860 kB
SwapCached:            0 kB
Active:          5649144 kB
Inactive:         536016 kB
Active(anon):    5044664 kB
Inactive(anon):    24908 kB
Active(file):     604480 kB
Inactive(file):   511108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24588 kB
Writeback:             0 kB
AnonPages:       5044236 kB
Mapped:            55432 kB
Shmem:             25252 kB
Slab:             127736 kB
SReclaimable:     102308 kB
SUnreclaim:        25428 kB
KernelStack:        3424 kB
PageTables:        14748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5487492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4818944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61916 MiB
End job on node125 at 2017-08-11 20:29:10