Trace number 4249851

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
R1: Concrete 3.4? 6.68518 3.4711

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.55/2.20	c Concrete v3.4 running
6.50/3.45	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.50/3.45		at concrete.generator.GeneratorManager.$anonfun$generate$2(GeneratorManager.scala:52)
6.50/3.45		at scala.Option.getOrElse(Option.scala:121)
6.50/3.45		at concrete.generator.GeneratorManager.generate(GeneratorManager.scala:52)
6.50/3.45		at concrete.generator.ProblemGenerator.$anonfun$generate$3(ProblemGenerator.scala:84)
6.50/3.45		at scala.collection.Iterator$$anon$11.nextCur(Iterator.scala:473)
6.50/3.45		at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:479)
6.50/3.45		at scala.collection.Iterator.toStream(Iterator.scala:1403)
6.50/3.45		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
6.50/3.45		at scala.collection.AbstractIterator.toStream(Iterator.scala:1417)
6.50/3.45		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
6.50/3.45		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
6.50/3.45		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
6.50/3.45		at scala.collection.generic.Growable.loop$1(Growable.scala:54)
6.50/3.45		at scala.collection.generic.Growable.$plus$plus$eq(Growable.scala:58)
6.50/3.45		at scala.collection.generic.Growable.$plus$plus$eq$(Growable.scala:50)
6.50/3.45		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:99)
6.50/3.45		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:56)
6.50/3.45		at scala.collection.TraversableLike.$plus$plus(TraversableLike.scala:147)
6.50/3.45		at scala.collection.TraversableLike.$plus$plus$(TraversableLike.scala:143)
6.50/3.45		at scala.collection.mutable.ArrayOps$ofRef.$plus$plus(ArrayOps.scala:191)
6.50/3.45		at concrete.Problem.addConstraints(Problem.scala:48)
6.50/3.45		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:87)
6.50/3.45		at scala.util.Try$.apply(Try.scala:209)
6.50/3.45		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
6.50/3.45		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
6.50/3.45		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
6.50/3.45		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
6.50/3.45		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
6.50/3.45		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
6.50/3.45		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
6.50/3.45		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
6.50/3.45		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
6.50/3.45		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
6.50/3.45		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
6.50/3.45		at scala.util.Success.flatMap(Try.scala:247)
6.50/3.45		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
6.50/3.45		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
6.50/3.45		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
6.50/3.45		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
6.50/3.45		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
6.50/3.45		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
6.50/3.45		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
6.50/3.45		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
6.50/3.45		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
6.50/3.45		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
6.50/3.45		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
6.50/3.45		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
6.50/3.45		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
6.50/3.45		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
6.50/3.45		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
6.50/3.45		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
6.50/3.45		at scala.Function0.apply$mcV$sp(Function0.scala:34)
6.50/3.45		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
6.50/3.45		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
6.50/3.45		at scala.App.$anonfun$main$1$adapted(App.scala:76)
6.50/3.45		at scala.collection.immutable.List.foreach(List.scala:389)
6.50/3.45		at scala.App.main(App.scala:76)
6.50/3.45		at scala.App.main$(App.scala:74)
6.50/3.45		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
6.50/3.45		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
6.50/3.46	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249851-1500774903/watcher-4249851-1500774903 -o /tmp/evaluation-result-4249851-1500774903/solver-4249851-1500774903 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500774822-2159 --watchdog 2560 bin/concrete HOME/instance-4249851-1500774903.xml 

pid=3572
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 2.17 1.24 1.26 3/261 3575
/proc/meminfo: memFree=31001068/32770624 swapFree=5776/340540
[pid=3575] ppid=3572 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (bash) S 3572 3575 32063 0 -1 4202496 684 1534 0 0 0 0 0 0 20 0 1 0 12755671 9736192 350 33554432000 4194304 5098028 140726236373072 140726236370712 140166990265344 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 12337152 140726236374286 140726236374371 140726236374371 140726236377070 0
/proc/3575/statm: 2377 350 278 221 0 86 0

[startup+0.100177 s]
/proc/loadavg: 2.17 1.24 1.26 3/261 3575
/proc/meminfo: memFree=31001068/32770624 swapFree=5776/340540
[pid=3575] ppid=3572 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (bash) S 3572 3575 32063 0 -1 4202496 878 6425 0 0 0 0 0 1 20 0 1 0 12755671 9871360 377 33554432000 4194304 5098028 140726236373072 140726236367080 140166990265344 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 12337152 140726236374286 140726236374371 140726236374371 140726236377070 0
/proc/3575/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200301 s]
/proc/loadavg: 2.17 1.24 1.26 3/261 3575
/proc/meminfo: memFree=31001068/32770624 swapFree=5776/340540
[pid=3575] ppid=3572 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 4953 12312 0 0 5 1 10 3 20 0 13 0 12755671 10686320640 5321 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2608965 5321 2130 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300321 s]
/proc/loadavg: 2.17 1.24 1.26 3/261 3575
/proc/meminfo: memFree=31001068/32770624 swapFree=5776/340540
[pid=3575] ppid=3572 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 6883 12312 0 0 21 2 10 3 20 0 20 0 12755671 11163947008 8693 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2725573 8693 2986 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700281 s]
/proc/loadavg: 2.17 1.24 1.26 3/261 3575
/proc/meminfo: memFree=31001068/32770624 swapFree=5776/340540
[pid=3575] ppid=3572 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 12099 12312 0 0 72 4 10 3 20 0 20 0 12755671 11164385280 14900 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2725680 14900 3160 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50432 s]
/proc/loadavg: 2.17 1.24 1.26 4/281 3648
/proc/meminfo: memFree=30852088/32770624 swapFree=5776/340492
[pid=3575] ppid=3572 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 27334 12312 0 0 201 14 10 3 20 0 20 0 12755671 11175264256 43923 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2728336 43923 3406 1 0 2716450 0
[pid=3575/tid=3630] ppid=3572 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3630/stat : 3630 (java) R 3572 3575 32063 0 -1 4202560 19502 12312 0 0 124 6 10 3 20 0 20 0 12755685 11175264256 43923 33554432000 4194304 4196468 140736192283296 140436174158168 140436169944470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3631] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3631/stat : 3631 (java) S 3572 3575 32063 0 -1 1077944384 48 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140436106623248 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3632] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3632/stat : 3632 (java) S 3572 3575 32063 0 -1 1077944384 20 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140436105570704 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3633] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3633/stat : 3633 (java) S 3572 3575 32063 0 -1 1077944384 38 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140436104518160 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3634] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3634/stat : 3634 (java) S 3572 3575 32063 0 -1 1077944384 45 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435773057680 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3635] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3635/stat : 3635 (java) S 3572 3575 32063 0 -1 1077944384 19 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435772005136 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3636] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3636/stat : 3636 (java) S 3572 3575 32063 0 -1 1077944384 21 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435770952592 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3637] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3637/stat : 3637 (java) S 3572 3575 32063 0 -1 1077944384 134 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435769900048 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3638] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3638/stat : 3638 (java) S 3572 3575 32063 0 -1 1077944384 16 12312 0 0 1 0 10 3 20 0 20 0 12755686 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435768847504 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3639] ppid=3572 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3639/stat : 3639 (java) S 3572 3575 32063 0 -1 1077944384 1436 12312 0 0 1 0 10 3 20 0 20 0 12755688 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435644573680 140436169943682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3640] ppid=3572 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3640/stat : 3640 (java) S 3572 3575 32063 0 -1 1077944384 56 12312 0 0 0 0 10 3 20 0 20 0 12755689 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435643519968 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3641] ppid=3572 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3641/stat : 3641 (java) S 3572 3575 32063 0 -1 1077944384 44 12312 0 0 0 0 10 3 20 0 20 0 12755690 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435642467328 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3642] ppid=3572 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3642/stat : 3642 (java) S 3572 3575 32063 0 -1 1077944384 1 12312 0 0 0 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435641415888 140436169951131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3643] ppid=3572 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3643/stat : 3643 (java) S 3572 3575 32063 0 -1 1077944384 955 12312 0 0 11 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435640363504 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3644] ppid=3572 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3644/stat : 3644 (java) R 3572 3575 32063 0 -1 4202560 406 12312 0 0 12 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435639311256 140436163038252 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3645] ppid=3572 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3645/stat : 3645 (java) R 3572 3575 32063 0 -1 4202560 1148 12312 0 0 13 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435638258712 140436154329352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3646] ppid=3572 vsize=10913344 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3646/stat : 3646 (java) S 3572 3575 32063 0 -1 1077944384 1309 12312 0 0 26 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435637205872 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3647] ppid=3572 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3647/stat : 3647 (java) S 3572 3575 32063 0 -1 1077944384 3 12312 0 0 0 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435636152544 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3648] ppid=3572 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3648/stat : 3648 (java) S 3572 3575 32063 0 -1 1077944384 7 12312 0 0 0 0 10 3 20 0 20 0 12755694 11175264256 43923 33554432000 4194304 4196468 140736192283296 140435635100080 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10087 s]
/proc/loadavg: 2.17 1.24 1.26 3/281 3648
/proc/meminfo: memFree=30709584/32770624 swapFree=5776/340552
[pid=3575] ppid=3572 vsize=10927868 CPUtime=5.6 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 46526 12312 0 0 525 22 10 3 20 0 20 0 12755671 11190136832 56017 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2731967 56017 3473 1 0 2719522 0
[pid=3575/tid=3630] ppid=3572 vsize=10927868 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3630/stat : 3630 (java) R 3572 3575 32063 0 -1 4202560 34533 12312 0 0 277 9 10 3 20 0 20 0 12755685 11190136832 56017 33554432000 4194304 4196468 140736192283296 140436174156432 140436162169662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3631] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3631/stat : 3631 (java) S 3572 3575 32063 0 -1 1077944384 48 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140436106623248 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3632] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3632/stat : 3632 (java) S 3572 3575 32063 0 -1 1077944384 20 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140436105570704 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3633] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3633/stat : 3633 (java) S 3572 3575 32063 0 -1 1077944384 38 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140436104518160 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3634] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3634/stat : 3634 (java) S 3572 3575 32063 0 -1 1077944384 45 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435773057680 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3635] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3635/stat : 3635 (java) S 3572 3575 32063 0 -1 1077944384 19 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435772005136 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3636] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3636/stat : 3636 (java) S 3572 3575 32063 0 -1 1077944384 21 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435770952592 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3637] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3637/stat : 3637 (java) S 3572 3575 32063 0 -1 1077944384 134 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435769900048 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3638] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3638/stat : 3638 (java) S 3572 3575 32063 0 -1 1077944384 16 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435768847504 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3639] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3639/stat : 3639 (java) S 3572 3575 32063 0 -1 1077944384 1454 12312 0 0 1 0 10 3 20 0 20 0 12755688 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435644573680 140436169943682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3640] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3640/stat : 3640 (java) S 3572 3575 32063 0 -1 1077944384 56 12312 0 0 0 0 10 3 20 0 20 0 12755689 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435643519968 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3641] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3641/stat : 3641 (java) S 3572 3575 32063 0 -1 1077944384 44 12312 0 0 0 0 10 3 20 0 20 0 12755690 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435642467328 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3642] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3642/stat : 3642 (java) S 3572 3575 32063 0 -1 1077944384 1 12312 0 0 0 0 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435641415888 140436169951131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3643] ppid=3572 vsize=10927868 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3643/stat : 3643 (java) R 3572 3575 32063 0 -1 4202560 1249 12312 0 0 40 1 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435640363504 140436154734833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3644] ppid=3572 vsize=10927868 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3644/stat : 3644 (java) S 3572 3575 32063 0 -1 1077944384 1561 12312 0 0 50 1 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435639310960 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3645] ppid=3572 vsize=10927868 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3645/stat : 3645 (java) S 3572 3575 32063 0 -1 1077944384 1731 12312 0 0 44 1 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435638258416 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3646] ppid=3572 vsize=10927868 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3646/stat : 3646 (java) R 3572 3575 32063 0 -1 4202560 3418 12312 0 0 100 1 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435637205872 140436154093607 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3647] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3647/stat : 3647 (java) S 3572 3575 32063 0 -1 1077944384 3 12312 0 0 0 0 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435636152544 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3648] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3648/stat : 3648 (java) S 3572 3575 32063 0 -1 1077944384 8 12312 0 0 0 0 10 3 20 0 20 0 12755694 11190136832 56017 33554432000 4194304 4196468 140736192283296 140435635100080 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20105 s]
/proc/loadavg: 2.17 1.24 1.26 3/281 3648
/proc/meminfo: memFree=30709584/32770624 swapFree=5776/340552
[pid=3575] ppid=3572 vsize=10927868 CPUtime=5.86 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 46944 12312 0 0 551 22 10 3 20 0 20 0 12755671 11190136832 57350 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2731967 57350 3473 1 0 2719522 0
[pid=3575/tid=3630] ppid=3572 vsize=10927868 CPUtime=3.1 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3630/stat : 3630 (java) R 3572 3575 32063 0 -1 4202560 34721 12312 0 0 287 10 10 3 20 0 20 0 12755685 11190136832 57350 33554432000 4194304 4196468 140736192283296 140436174164688 140436169944470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3631] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3631/stat : 3631 (java) S 3572 3575 32063 0 -1 1077944384 48 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140436106623248 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3632] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3632/stat : 3632 (java) S 3572 3575 32063 0 -1 1077944384 20 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140436105570704 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3633] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3633/stat : 3633 (java) S 3572 3575 32063 0 -1 1077944384 38 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140436104518160 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3634] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3634/stat : 3634 (java) S 3572 3575 32063 0 -1 1077944384 45 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435773057680 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3635] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3635/stat : 3635 (java) S 3572 3575 32063 0 -1 1077944384 19 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435772005136 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3636] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3636/stat : 3636 (java) S 3572 3575 32063 0 -1 1077944384 21 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435770952592 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3637] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3637/stat : 3637 (java) S 3572 3575 32063 0 -1 1077944384 134 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435769900048 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3638] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3638/stat : 3638 (java) S 3572 3575 32063 0 -1 1077944384 16 12312 0 0 1 0 10 3 20 0 20 0 12755686 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435768847504 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3639] ppid=3572 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3639/stat : 3639 (java) S 3572 3575 32063 0 -1 1077944384 1454 12312 0 0 1 0 10 3 20 0 20 0 12755688 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435644573680 140436169943682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3640] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3640/stat : 3640 (java) S 3572 3575 32063 0 -1 1077944384 56 12312 0 0 0 0 10 3 20 0 20 0 12755689 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435643519968 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3641] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3641/stat : 3641 (java) S 3572 3575 32063 0 -1 1077944384 44 12312 0 0 0 0 10 3 20 0 20 0 12755690 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435642467328 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3642] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3642/stat : 3642 (java) S 3572 3575 32063 0 -1 1077944384 1 12312 0 0 0 0 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435641415888 140436169951131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3643] ppid=3572 vsize=10927868 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3643/stat : 3643 (java) S 3572 3575 32063 0 -1 1077944384 1278 12312 0 0 43 1 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435640363504 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3644] ppid=3572 vsize=10927868 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3644/stat : 3644 (java) S 3572 3575 32063 0 -1 1077944384 1589 12312 0 0 52 1 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435639310960 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3645] ppid=3572 vsize=10927868 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3645/stat : 3645 (java) R 3572 3575 32063 0 -1 4202560 1738 12312 0 0 46 1 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435638248208 140436155612695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3646] ppid=3572 vsize=10927868 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3646/stat : 3646 (java) R 3572 3575 32063 0 -1 4202560 3583 12312 0 0 108 1 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435637205872 140436148887202 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3647] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3647/stat : 3647 (java) S 3572 3575 32063 0 -1 1077944384 3 12312 0 0 0 0 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435636152544 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3648] ppid=3572 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3648/stat : 3648 (java) S 3572 3575 32063 0 -1 1077944384 8 12312 0 0 0 0 10 3 20 0 20 0 12755694 11190136832 57350 33554432000 4194304 4196468 140736192283296 140435635100080 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 10927868

[startup+3.41188 s]
/proc/loadavg: 2.17 1.24 1.26 10/281 3648
/proc/meminfo: memFree=30638376/32770624 swapFree=5776/340552
[pid=3575] ppid=3572 vsize=10929916 CPUtime=6.5 cores=1,3,5,7,9,11,13,15
/proc/3575/stat : 3575 (java) S 3572 3575 32063 0 -1 1077944320 48574 12312 0 0 612 25 10 3 20 0 20 0 12755671 11192233984 63896 33554432000 4194304 4196468 140736192283296 140736192265840 140436169932535 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
/proc/3575/statm: 2732479 63896 3483 1 0 2720034 0
[pid=3575/tid=3630] ppid=3572 vsize=10929916 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3630/stat : 3630 (java) R 3572 3575 32063 0 -1 4202560 35178 12312 0 0 302 10 10 3 20 0 20 0 12755685 11192233984 63896 33554432000 4194304 4196468 140736192283296 140436174141904 140436169944470 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3631] ppid=3572 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3631/stat : 3631 (java) S 3572 3575 32063 0 -1 1077944384 118 12312 0 0 2 1 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140436106623248 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3632] ppid=3572 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3632/stat : 3632 (java) S 3572 3575 32063 0 -1 1077944384 28 12312 0 0 3 1 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140436105570704 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3633] ppid=3572 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3633/stat : 3633 (java) S 3572 3575 32063 0 -1 1077944384 67 12312 0 0 3 0 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140436104518160 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3634] ppid=3572 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3634/stat : 3634 (java) S 3572 3575 32063 0 -1 1077944384 64 12312 0 0 3 0 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435773057680 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3635] ppid=3572 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3635/stat : 3635 (java) S 3572 3575 32063 0 -1 1077944384 21 12312 0 0 3 0 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435772005136 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3636] ppid=3572 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3636/stat : 3636 (java) S 3572 3575 32063 0 -1 1077944384 30 12312 0 0 4 0 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435770952592 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3637] ppid=3572 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3637/stat : 3637 (java) S 3572 3575 32063 0 -1 1077944384 140 12312 0 0 3 0 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435769900048 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3638] ppid=3572 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3638/stat : 3638 (java) S 3572 3575 32063 0 -1 1077944384 21 12312 0 0 3 0 10 3 20 0 20 0 12755686 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435768847504 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3639] ppid=3572 vsize=10929916 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3639/stat : 3639 (java) S 3572 3575 32063 0 -1 1077944384 2250 12312 0 0 4 1 10 3 20 0 20 0 12755688 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435644573680 140436169943682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3640] ppid=3572 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3640/stat : 3640 (java) S 3572 3575 32063 0 -1 1077944384 56 12312 0 0 0 0 10 3 20 0 20 0 12755689 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435643519968 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3641] ppid=3572 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3641/stat : 3641 (java) S 3572 3575 32063 0 -1 1077944384 44 12312 0 0 0 0 10 3 20 0 20 0 12755690 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435642467328 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3642] ppid=3572 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3642/stat : 3642 (java) S 3572 3575 32063 0 -1 1077944384 1 12312 0 0 0 0 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435641415888 140436169951131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3643] ppid=3572 vsize=10929916 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3643/stat : 3643 (java) S 3572 3575 32063 0 -1 1077944384 1302 12312 0 0 48 1 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435640363504 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3644] ppid=3572 vsize=10929916 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3644/stat : 3644 (java) S 3572 3575 32063 0 -1 1077944384 1602 12312 0 0 60 1 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435639310960 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3645] ppid=3572 vsize=10929916 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3645/stat : 3645 (java) S 3572 3575 32063 0 -1 1077944384 1868 12312 0 0 53 2 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435638258416 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3646] ppid=3572 vsize=10929916 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3646/stat : 3646 (java) R 3572 3575 32063 0 -1 4202560 3645 12312 0 0 112 1 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435637205872 140436149207201 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3647] ppid=3572 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3647/stat : 3647 (java) S 3572 3575 32063 0 -1 1077944384 3 12312 0 0 0 0 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435636152544 140436169942741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
[pid=3575/tid=3648] ppid=3572 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3575/task/3648/stat : 3648 (java) S 3572 3575 32063 0 -1 1077944384 8 12312 0 0 0 0 10 3 20 0 20 0 12755694 11192233984 63896 33554432000 4194304 4196468 140736192283296 140435635100080 140436169943682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16920576 140736192285377 140736192288151 140736192288151 140736192290767 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 10929916

Child status: 0
Real time (s): 3.4711
CPU time (s): 6.68518
CPU user time (s): 6.3786
CPU system time (s): 0.306577
CPU usage (%): 192.596
Max. virtual memory (cumulated for all children) (KiB): 10929916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.37861
system time used= 0.306577
maximum resident set size= 257080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61091
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= 8547
involuntary context switches= 604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027024 second user time and 0.037485 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-23 03:55:03
IDJOB=4249851
IDBENCH=138381
IDSOLVER=2630
FILE ID=node146/4249851-1500774903
RUNJOBID= node146-1500774822-2159
PBS_JOBID= 20624586
Free space on /tmp= 61752 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-4249851-1500774903/watcher-4249851-1500774903 -o /tmp/evaluation-result-4249851-1500774903/solver-4249851-1500774903 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500774822-2159 --watchdog 2560  bin/concrete HOME/instance-4249851-1500774903.xml

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

MD5SUM BENCH= c2f78e5ba136eead11eee8da568b11fc
RANDOM SEED=587170110

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31002132 kB
MemAvailable:   31435244 kB
Buffers:          178776 kB
Cached:           531688 kB
SwapCached:            0 kB
Active:           982176 kB
Inactive:         349600 kB
Active(anon):     623468 kB
Inactive(anon):     8832 kB
Active(file):     358708 kB
Inactive(file):   340768 kB
Unevictable:        5776 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24672 kB
Writeback:             4 kB
AnonPages:        623924 kB
Mapped:            45376 kB
Shmem:              8852 kB
Slab:             133324 kB
SReclaimable:      98944 kB
SUnreclaim:        34380 kB
KernelStack:        4464 kB
PageTables:         6436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61728 MiB
End job on node146 at 2017-07-23 03:55:07