Trace number 4261913

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.3021698 3.45575

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.041142002
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.45/2.20	c Concrete v3.4 running
6.18/3.43	concrete.generator.FailedGenerationException: No candidate constraint for constraint 201. 'lt({[12?12], [23?23], [25?25], [41?41], [50?50], [58?58], [62?62], [67?67], [81?81], [87?87], [95?95], [98?98], [104?104], [122?122], [137?137], [160?160], [187?187], [209?209], [238?238], [467?467], [512?512], [546?546], [548?548], [606?606], [661?661], [711?711]})
6.18/3.43		at concrete.generator.GeneratorManager.$anonfun$generate$2(GeneratorManager.scala:52)
6.18/3.43		at scala.Option.getOrElse(Option.scala:121)
6.18/3.43		at concrete.generator.GeneratorManager.generate(GeneratorManager.scala:52)
6.18/3.43		at concrete.generator.ProblemGenerator.$anonfun$generate$3(ProblemGenerator.scala:84)
6.18/3.43		at scala.collection.Iterator$$anon$11.nextCur(Iterator.scala:473)
6.18/3.43		at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:479)
6.18/3.43		at scala.collection.Iterator.toStream(Iterator.scala:1403)
6.18/3.43		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
6.18/3.43		at scala.collection.AbstractIterator.toStream(Iterator.scala:1417)
6.18/3.43		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
6.18/3.43		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
6.18/3.43		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
6.18/3.43		at scala.collection.generic.Growable.loop$1(Growable.scala:54)
6.18/3.43		at scala.collection.generic.Growable.$plus$plus$eq(Growable.scala:58)
6.18/3.43		at scala.collection.generic.Growable.$plus$plus$eq$(Growable.scala:50)
6.18/3.43		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:99)
6.18/3.43		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:56)
6.18/3.43		at scala.collection.TraversableLike.$plus$plus(TraversableLike.scala:147)
6.18/3.43		at scala.collection.TraversableLike.$plus$plus$(TraversableLike.scala:143)
6.18/3.43		at scala.collection.mutable.ArrayOps$ofRef.$plus$plus(ArrayOps.scala:191)
6.18/3.43		at concrete.Problem.addConstraints(Problem.scala:48)
6.18/3.43		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:87)
6.18/3.43		at scala.util.Try$.apply(Try.scala:209)
6.18/3.43		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
6.18/3.43		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
6.18/3.43		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
6.18/3.43		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
6.18/3.43		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
6.18/3.43		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
6.18/3.43		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
6.18/3.43		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
6.18/3.43		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
6.18/3.43		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
6.18/3.43		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
6.18/3.43		at scala.util.Success.flatMap(Try.scala:247)
6.18/3.43		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
6.18/3.43		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
6.18/3.43		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
6.18/3.43		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
6.18/3.43		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
6.18/3.43		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
6.18/3.43		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
6.18/3.43		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
6.18/3.43		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
6.18/3.43		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
6.18/3.43		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
6.18/3.43		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
6.18/3.43		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
6.18/3.43		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
6.18/3.43		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
6.18/3.43		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
6.18/3.43		at scala.Function0.apply$mcV$sp(Function0.scala:34)
6.18/3.43		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
6.18/3.43		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
6.18/3.43		at scala.App.$anonfun$main$1$adapted(App.scala:76)
6.18/3.43		at scala.collection.immutable.List.foreach(List.scala:389)
6.18/3.43		at scala.App.main(App.scala:76)
6.18/3.43		at scala.App.main$(App.scala:74)
6.18/3.43		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
6.18/3.43		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
6.18/3.43	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-4261913-1502476995/watcher-4261913-1502476995 -o /tmp/evaluation-result-4261913-1502476995/solver-4261913-1502476995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4261913-1502476995.xml 

pid=23699
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.73 1.59 1.53 4/199 23702
/proc/meminfo: memFree=25597548/32770624 swapFree=0/439804
[pid=23702] ppid=23699 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (runsolver) D 23699 23702 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 95514669 24240128 106 18446744073709551615 4194304 4338465 140736887712848 140736887710488 140633123607255 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 23314432 140736887718097 140736887718473 140736887718473 140736887721930 0
/proc/23702/statm: 5918 106 53 36 0 2156 0

[startup+0.100241 s]
/proc/loadavg: 1.73 1.59 1.53 4/199 23702
/proc/meminfo: memFree=25597548/32770624 swapFree=0/439804
[pid=23702] ppid=23699 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (bash) S 23699 23702 4821 0 -1 4202496 683 1545 0 0 0 0 0 0 20 0 1 0 95514669 9736192 351 18446744073709551615 4194304 5098028 140731525177152 140731525174792 140351949110272 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 25042944 140731525181972 140731525182057 140731525182057 140731525185514 0
/proc/23702/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20026 s]
/proc/loadavg: 1.73 1.59 1.53 4/199 23702
/proc/meminfo: memFree=25597548/32770624 swapFree=0/439804
[pid=23702] ppid=23699 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/23702/stat : 23702 (bash) S 23699 23702 4821 0 -1 4202496 892 6488 0 0 0 0 0 1 20 0 1 0 95514669 9867264 377 18446744073709551615 4194304 5098028 140731525177152 140731525171160 140351949110272 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 25042944 140731525181972 140731525182057 140731525182057 140731525185514 0
/proc/23702/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300355 s]
/proc/loadavg: 1.73 1.59 1.53 4/199 23702
/proc/meminfo: memFree=25597548/32770624 swapFree=0/439804
[pid=23702] ppid=23699 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/23702/stat : 23702 (java) S 23699 23702 4821 0 -1 1077944320 5551 12520 0 0 5 1 5 3 20 0 14 0 95514669 14241083392 5223 18446744073709551615 4194304 4196468 140723947058880 140723947041424 139874499182327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
/proc/23702/statm: 3476827 5223 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70027 s]
/proc/loadavg: 1.73 1.59 1.53 4/199 23702
/proc/meminfo: memFree=25597548/32770624 swapFree=0/439804
[pid=23702] ppid=23699 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/23702/stat : 23702 (java) S 23699 23702 4821 0 -1 1077944320 13667 12520 0 0 56 4 5 3 20 0 15 0 95514669 14310178816 14605 18446744073709551615 4194304 4196468 140723947058880 140723947041424 139874499182327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
/proc/23702/statm: 3493696 14605 3124 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.73 1.59 1.53 3/214 23765
/proc/meminfo: memFree=25503200/32770624 swapFree=0/440116
[pid=23702] ppid=23699 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/23702/stat : 23702 (java) S 23699 23702 4821 0 -1 1077944320 27823 12520 0 0 170 10 5 3 20 0 15 0 95514669 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 140723947041424 139874499182327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
/proc/23702/statm: 3496352 40200 3362 1 0 3485525 0
[pid=23702/tid=23752] ppid=23699 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/23702/task/23752/stat : 23752 (java) S 23699 23702 4821 0 -1 1077944384 21311 12520 0 0 115 5 5 3 20 0 15 0 95514691 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139874503399600 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23753] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23753/stat : 23753 (java) S 23699 23702 4821 0 -1 1077944384 32 12520 0 0 0 0 5 3 20 0 15 0 95514692 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139874099292560 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23754] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23754/stat : 23754 (java) S 23699 23702 4821 0 -1 1077944384 184 12520 0 0 0 0 5 3 20 0 15 0 95514692 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139874098239760 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23755] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23755/stat : 23755 (java) S 23699 23702 4821 0 -1 1077944384 60 12520 0 0 0 0 5 3 20 0 15 0 95514692 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139874097187472 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23756] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23756/stat : 23756 (java) S 23699 23702 4821 0 -1 1077944384 55 12520 0 0 0 0 5 3 20 0 15 0 95514692 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139874096134672 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23757] ppid=23699 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/23702/task/23757/stat : 23757 (java) R 23699 23702 4821 0 -1 4202560 1069 12520 0 0 1 0 5 3 20 0 15 0 95514693 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873977574336 139874483883309 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23758] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23758/stat : 23758 (java) S 23699 23702 4821 0 -1 1077944384 33 12520 0 0 0 0 5 3 20 0 15 0 95514694 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873976522016 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23759] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23759/stat : 23759 (java) S 23699 23702 4821 0 -1 1077944384 21 12520 0 0 0 0 5 3 20 0 15 0 95514694 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873975469680 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23760] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23760/stat : 23760 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873974418000 139874499200923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23761] ppid=23699 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/23702/task/23761/stat : 23761 (java) S 23699 23702 4821 0 -1 1077944384 971 12520 0 0 17 0 5 3 20 0 15 0 95514697 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873973364848 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23762] ppid=23699 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/23702/task/23762/stat : 23762 (java) S 23699 23702 4821 0 -1 1077944384 669 12520 0 0 11 0 5 3 20 0 15 0 95514697 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873972312048 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23763] ppid=23699 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/23702/task/23763/stat : 23763 (java) S 23699 23702 4821 0 -1 1077944384 1252 12520 0 0 23 0 5 3 20 0 15 0 95514697 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873971259760 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23764] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23764/stat : 23764 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873970207200 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23765] ppid=23699 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23765/stat : 23765 (java) S 23699 23702 4821 0 -1 1077944384 8 12520 0 0 0 0 5 3 20 0 15 0 95514701 14321057792 40200 18446744073709551615 4194304 4196468 140723947058880 139873969154992 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 1.73 1.59 1.53 4/214 23765
/proc/meminfo: memFree=25425956/32770624 swapFree=0/440116
[pid=23702] ppid=23699 vsize=13999932 CPUtime=5.41 cores=1,3,5,7
/proc/23702/stat : 23702 (java) S 23699 23702 4821 0 -1 1077944320 48681 12520 0 0 518 15 5 3 20 0 15 0 95514669 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 140723947041424 139874499182327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
/proc/23702/statm: 3499983 54863 3441 1 0 3488597 0
[pid=23702/tid=23752] ppid=23699 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/23702/task/23752/stat : 23752 (java) R 23699 23702 4821 0 -1 4202560 35218 12520 0 0 271 8 5 3 20 0 15 0 95514691 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139874503413168 139874480745856 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23753] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23753/stat : 23753 (java) S 23699 23702 4821 0 -1 1077944384 37 12520 0 0 0 0 5 3 20 0 15 0 95514692 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139874099292560 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23754] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23754/stat : 23754 (java) S 23699 23702 4821 0 -1 1077944384 184 12520 0 0 0 0 5 3 20 0 15 0 95514692 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139874098239760 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23755] ppid=23699 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/23702/task/23755/stat : 23755 (java) S 23699 23702 4821 0 -1 1077944384 60 12520 0 0 1 0 5 3 20 0 15 0 95514692 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139874097187472 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23756] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23756/stat : 23756 (java) S 23699 23702 4821 0 -1 1077944384 59 12520 0 0 0 0 5 3 20 0 15 0 95514692 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139874096134672 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23757] ppid=23699 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/23702/task/23757/stat : 23757 (java) S 23699 23702 4821 0 -1 1077944384 1427 12520 0 0 1 0 5 3 20 0 15 0 95514693 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873977576048 139874499193474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23758] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23758/stat : 23758 (java) S 23699 23702 4821 0 -1 1077944384 55 12520 0 0 0 0 5 3 20 0 15 0 95514694 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873976522080 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23759] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23759/stat : 23759 (java) S 23699 23702 4821 0 -1 1077944384 45 12520 0 0 0 0 5 3 20 0 15 0 95514694 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873975469680 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23760] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23760/stat : 23760 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873974418000 139874499200923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23761] ppid=23699 vsize=13999932 CPUtime=0.66 cores=1,3,5,7
/proc/23702/task/23761/stat : 23761 (java) R 23699 23702 4821 0 -1 4202560 1678 12520 0 0 58 0 5 3 20 0 15 0 95514697 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873973350944 139874480703521 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23762] ppid=23699 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/23702/task/23762/stat : 23762 (java) R 23699 23702 4821 0 -1 4202560 4245 12520 0 0 86 1 5 3 20 0 15 0 95514697 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873972312048 139874478899463 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23763] ppid=23699 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/23702/task/23763/stat : 23763 (java) R 23699 23702 4821 0 -1 4202560 3508 12520 0 0 95 0 5 3 20 0 15 0 95514697 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873971256696 139874492279163 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23764] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23764/stat : 23764 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873970207200 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23765] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23765/stat : 23765 (java) S 23699 23702 4821 0 -1 1077944384 10 12520 0 0 0 0 5 3 20 0 15 0 95514701 14335930368 54863 18446744073709551615 4194304 4196468 140723947058880 139873969154992 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20078 s]
/proc/loadavg: 1.73 1.59 1.53 4/214 23765
/proc/meminfo: memFree=25425956/32770624 swapFree=0/440116
[pid=23702] ppid=23699 vsize=13999932 CPUtime=5.66 cores=1,3,5,7
/proc/23702/stat : 23702 (java) S 23699 23702 4821 0 -1 1077944320 49092 12520 0 0 543 15 5 3 20 0 15 0 95514669 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 140723947041424 139874499182327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
/proc/23702/statm: 3499983 56246 3441 1 0 3488597 0
[pid=23702/tid=23752] ppid=23699 vsize=13999932 CPUtime=2.97 cores=1,3,5,7
/proc/23702/task/23752/stat : 23752 (java) R 23699 23702 4821 0 -1 4202560 35403 12520 0 0 281 8 5 3 20 0 15 0 95514691 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139874503405840 139874483225957 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23753] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23753/stat : 23753 (java) S 23699 23702 4821 0 -1 1077944384 37 12520 0 0 0 0 5 3 20 0 15 0 95514692 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139874099292560 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23754] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23754/stat : 23754 (java) S 23699 23702 4821 0 -1 1077944384 184 12520 0 0 0 0 5 3 20 0 15 0 95514692 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139874098239760 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23755] ppid=23699 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/23702/task/23755/stat : 23755 (java) S 23699 23702 4821 0 -1 1077944384 60 12520 0 0 1 0 5 3 20 0 15 0 95514692 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139874097187472 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23756] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23756/stat : 23756 (java) S 23699 23702 4821 0 -1 1077944384 59 12520 0 0 0 0 5 3 20 0 15 0 95514692 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139874096134672 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23757] ppid=23699 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/23702/task/23757/stat : 23757 (java) S 23699 23702 4821 0 -1 1077944384 1427 12520 0 0 1 0 5 3 20 0 15 0 95514693 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873977576048 139874499193474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23758] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23758/stat : 23758 (java) S 23699 23702 4821 0 -1 1077944384 55 12520 0 0 0 0 5 3 20 0 15 0 95514694 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873976522080 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23759] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23759/stat : 23759 (java) S 23699 23702 4821 0 -1 1077944384 45 12520 0 0 0 0 5 3 20 0 15 0 95514694 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873975469680 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23760] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23760/stat : 23760 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873974418000 139874499200923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23761] ppid=23699 vsize=13999932 CPUtime=0.71 cores=1,3,5,7
/proc/23702/task/23761/stat : 23761 (java) S 23699 23702 4821 0 -1 1077944384 1701 12520 0 0 63 0 5 3 20 0 15 0 95514697 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873973364848 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23762] ppid=23699 vsize=13999932 CPUtime=0.98 cores=1,3,5,7
/proc/23702/task/23762/stat : 23762 (java) S 23699 23702 4821 0 -1 1077944384 4274 12520 0 0 89 1 5 3 20 0 15 0 95514697 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873972312048 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23763] ppid=23699 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/23702/task/23763/stat : 23763 (java) S 23699 23702 4821 0 -1 1077944384 3681 12520 0 0 102 1 5 3 20 0 15 0 95514697 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873971259760 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23764] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23764/stat : 23764 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873970207200 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23765] ppid=23699 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23765/stat : 23765 (java) S 23699 23702 4821 0 -1 1077944384 10 12520 0 0 0 0 5 3 20 0 15 0 95514701 14335930368 56246 18446744073709551615 4194304 4196468 140723947058880 139873969154992 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 13999932

[startup+3.40681 s]
/proc/loadavg: 1.73 1.59 1.53 3/214 23765
/proc/meminfo: memFree=25366844/32770624 swapFree=0/440116
[pid=23702] ppid=23699 vsize=14001980 CPUtime=6.18 cores=1,3,5,7
/proc/23702/stat : 23702 (java) S 23699 23702 4821 0 -1 1077944320 50647 12520 0 0 594 16 5 3 20 0 15 0 95514669 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 140723947041424 139874499182327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
/proc/23702/statm: 3500495 62419 3460 1 0 3489109 0
[pid=23702/tid=23752] ppid=23699 vsize=14001980 CPUtime=3.13 cores=1,3,5,7
/proc/23702/task/23752/stat : 23752 (java) R 23699 23702 4821 0 -1 4202560 35928 12520 0 0 297 8 5 3 20 0 15 0 95514691 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139874503411504 139874480588568 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23753] ppid=23699 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/23702/task/23753/stat : 23753 (java) S 23699 23702 4821 0 -1 1077944384 66 12520 0 0 2 0 5 3 20 0 15 0 95514692 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139874099292560 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23754] ppid=23699 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/23702/task/23754/stat : 23754 (java) S 23699 23702 4821 0 -1 1077944384 202 12520 0 0 2 0 5 3 20 0 15 0 95514692 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139874098239760 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23755] ppid=23699 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/23702/task/23755/stat : 23755 (java) S 23699 23702 4821 0 -1 1077944384 77 12520 0 0 2 0 5 3 20 0 15 0 95514692 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139874097187472 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23756] ppid=23699 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/23702/task/23756/stat : 23756 (java) S 23699 23702 4821 0 -1 1077944384 118 12520 0 0 2 0 5 3 20 0 15 0 95514692 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139874096134672 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23757] ppid=23699 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/23702/task/23757/stat : 23757 (java) S 23699 23702 4821 0 -1 1077944384 2081 12520 0 0 3 0 5 3 20 0 15 0 95514693 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873977576048 139874499193474 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23758] ppid=23699 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23758/stat : 23758 (java) S 23699 23702 4821 0 -1 1077944384 55 12520 0 0 0 0 5 3 20 0 15 0 95514694 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873976522080 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23759] ppid=23699 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23759/stat : 23759 (java) S 23699 23702 4821 0 -1 1077944384 45 12520 0 0 0 0 5 3 20 0 15 0 95514694 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873975469696 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23760] ppid=23699 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23760/stat : 23760 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873974418000 139874499200923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23761] ppid=23699 vsize=14001980 CPUtime=0.79 cores=1,3,5,7
/proc/23702/task/23761/stat : 23761 (java) R 23699 23702 4821 0 -1 4202560 1810 12520 0 0 71 0 5 3 20 0 15 0 95514697 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873973344320 139874499203674 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23762] ppid=23699 vsize=14001980 CPUtime=1.1 cores=1,3,5,7
/proc/23702/task/23762/stat : 23762 (java) R 23699 23702 4821 0 -1 4202560 4301 12520 0 0 101 1 5 3 20 0 15 0 95514697 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873972299600 139874484061906 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23763] ppid=23699 vsize=14001980 CPUtime=1.17 cores=1,3,5,7
/proc/23702/task/23763/stat : 23763 (java) S 23699 23702 4821 0 -1 1077944384 3796 12520 0 0 108 1 5 3 20 0 15 0 95514697 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873971259760 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23764] ppid=23699 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23764/stat : 23764 (java) S 23699 23702 4821 0 -1 1077944384 3 12520 0 0 0 0 5 3 20 0 15 0 95514697 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873970207200 139874499192533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
[pid=23702/tid=23765] ppid=23699 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23702/task/23765/stat : 23765 (java) S 23699 23702 4821 0 -1 1077944384 10 12520 0 0 0 0 5 3 20 0 15 0 95514701 14338027520 62419 18446744073709551615 4194304 4196468 140723947058880 139873969154992 139874499193474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140723947063248 140723947066033 140723947066033 140723947069391 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 14001980

Child status: 0
Real time (s): 3.45575
CPU time (s): 6.30217
CPU user time (s): 6.0906
CPU system time (s): 0.211575
CPU usage (%): 182.368
Max. virtual memory (cumulated for all children) (KiB): 14001980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.0906
system time used= 0.211575
maximum resident set size= 250624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5534
involuntary context switches= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017262 second user time and 0.024815 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 20:29:07
IDJOB=4261913
IDBENCH=138383
IDSOLVER=2650
FILE ID=node133/4261913-1502476995
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 61924 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261913-1502476995/watcher-4261913-1502476995 -o /tmp/evaluation-result-4261913-1502476995/solver-4261913-1502476995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4261913-1502476995.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=1857484324

node133.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.17
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.17
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.17
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.17
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:        25598076 kB
MemAvailable:   26582388 kB
Buffers:          298032 kB
Cached:           978932 kB
SwapCached:            0 kB
Active:          6253700 kB
Inactive:         472916 kB
Active(anon):    5449744 kB
Inactive(anon):    33112 kB
Active(file):     803956 kB
Inactive(file):   439804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24076 kB
Writeback:            16 kB
AnonPages:       5462232 kB
Mapped:            64988 kB
Shmem:             33468 kB
Slab:             140304 kB
SReclaimable:     112776 kB
SUnreclaim:        27528 kB
KernelStack:        3776 kB
PageTables:        15608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5913188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5218304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61900 MiB
End job on node133 at 2017-08-11 20:29:11