Trace number 4249858

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? 7.30169 3.49057

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

4.00/2.21	c Concrete v3.4 running
7.02/3.47	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]})
7.02/3.47		at concrete.generator.GeneratorManager.$anonfun$generate$2(GeneratorManager.scala:52)
7.02/3.47		at scala.Option.getOrElse(Option.scala:121)
7.02/3.47		at concrete.generator.GeneratorManager.generate(GeneratorManager.scala:52)
7.02/3.47		at concrete.generator.ProblemGenerator.$anonfun$generate$3(ProblemGenerator.scala:84)
7.02/3.47		at scala.collection.Iterator$$anon$11.nextCur(Iterator.scala:473)
7.02/3.47		at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:479)
7.02/3.47		at scala.collection.Iterator.toStream(Iterator.scala:1403)
7.02/3.47		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
7.02/3.47		at scala.collection.AbstractIterator.toStream(Iterator.scala:1417)
7.02/3.47		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
7.02/3.47		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
7.02/3.47		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
7.02/3.47		at scala.collection.generic.Growable.loop$1(Growable.scala:54)
7.02/3.47		at scala.collection.generic.Growable.$plus$plus$eq(Growable.scala:58)
7.02/3.47		at scala.collection.generic.Growable.$plus$plus$eq$(Growable.scala:50)
7.02/3.47		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:99)
7.02/3.47		at scala.collection.mutable.ArrayBuilder$ofRef.$plus$plus$eq(ArrayBuilder.scala:56)
7.02/3.47		at scala.collection.TraversableLike.$plus$plus(TraversableLike.scala:147)
7.02/3.47		at scala.collection.TraversableLike.$plus$plus$(TraversableLike.scala:143)
7.02/3.47		at scala.collection.mutable.ArrayOps$ofRef.$plus$plus(ArrayOps.scala:191)
7.02/3.47		at concrete.Problem.addConstraints(Problem.scala:48)
7.02/3.47		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:87)
7.02/3.47		at scala.util.Try$.apply(Try.scala:209)
7.02/3.47		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
7.02/3.47		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
7.02/3.47		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
7.02/3.47		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
7.02/3.47		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
7.02/3.47		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
7.02/3.47		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
7.02/3.47		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
7.02/3.47		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
7.02/3.47		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
7.02/3.47		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
7.02/3.47		at scala.util.Success.flatMap(Try.scala:247)
7.02/3.47		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
7.02/3.47		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
7.02/3.47		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
7.02/3.47		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
7.02/3.47		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
7.02/3.47		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
7.02/3.47		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
7.02/3.47		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
7.02/3.47		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
7.02/3.47		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
7.02/3.47		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
7.02/3.47		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
7.02/3.47		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
7.02/3.47		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
7.02/3.47		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
7.02/3.47		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
7.02/3.47		at scala.Function0.apply$mcV$sp(Function0.scala:34)
7.02/3.47		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
7.02/3.47		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
7.02/3.47		at scala.App.$anonfun$main$1$adapted(App.scala:76)
7.02/3.47		at scala.collection.immutable.List.foreach(List.scala:389)
7.02/3.47		at scala.App.main(App.scala:76)
7.02/3.47		at scala.App.main$(App.scala:74)
7.02/3.47		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
7.02/3.47		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
7.02/3.48	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-4249858-1500774907/watcher-4249858-1500774907 -o /tmp/evaluation-result-4249858-1500774907/solver-4249858-1500774907 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500774822-2159 --watchdog 2560 bin/concrete HOME/instance-4249858-1500774907.xml 

pid=3711
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.24 1.27 1.27 3/261 3714
/proc/meminfo: memFree=30811244/32770624 swapFree=5776/340572
[pid=3714] ppid=3711 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (bash) S 3711 3714 32063 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 12756082 9736192 350 33554432000 4194304 5098028 140732933202256 140732933199896 139711257725952 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 18829312 140732933207310 140732933207395 140732933207395 140732933210094 0
/proc/3714/statm: 2377 350 277 221 0 86 0

[startup+0.100078 s]
/proc/loadavg: 2.24 1.27 1.27 3/261 3714
/proc/meminfo: memFree=30811244/32770624 swapFree=5776/340572
[pid=3714] ppid=3711 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (bash) S 3711 3714 32063 0 -1 4202496 879 6419 0 0 0 0 0 2 20 0 1 0 12756082 9871360 378 33554432000 4194304 5098028 140732933202256 140732933196264 139711257725952 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 18829312 140732933207310 140732933207395 140732933207395 140732933210094 0
/proc/3714/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200304 s]
/proc/loadavg: 2.24 1.27 1.27 3/261 3714
/proc/meminfo: memFree=30811244/32770624 swapFree=5776/340572
[pid=3714] ppid=3711 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 5066 12419 0 0 5 1 8 4 20 0 13 0 12756082 10686320640 5402 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2608965 5402 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300307 s]
/proc/loadavg: 2.24 1.27 1.27 3/261 3714
/proc/meminfo: memFree=30811244/32770624 swapFree=5776/340572
[pid=3714] ppid=3711 vsize=10902392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 7021 12419 0 0 23 3 8 4 20 0 20 0 12756082 11164049408 8749 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2725598 8749 2984 1 0 2713890 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10902392

[startup+0.700242 s]
/proc/loadavg: 2.24 1.27 1.27 3/261 3714
/proc/meminfo: memFree=30811244/32770624 swapFree=5776/340572
[pid=3714] ppid=3711 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 12087 12419 0 0 72 5 8 4 20 0 20 0 12756082 11164385280 14924 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2725680 14924 3168 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 2.24 1.27 1.27 3/281 3787
/proc/meminfo: memFree=30713492/32770624 swapFree=5776/340588
[pid=3714] ppid=3711 vsize=10913344 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 26245 12419 0 0 193 16 8 4 20 0 20 0 12756082 11175264256 40834 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2728336 40834 3397 1 0 2716450 0
[pid=3714/tid=3769] ppid=3711 vsize=10913344 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3769/stat : 3769 (java) S 3711 3714 32063 0 -1 1077944384 19379 12419 0 0 126 7 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126729546592 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3770] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3770/stat : 3770 (java) S 3711 3714 32063 0 -1 1077944384 127 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126667328400 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3771] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3771/stat : 3771 (java) S 3711 3714 32063 0 -1 1077944384 18 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126666275600 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3772] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3772/stat : 3772 (java) S 3711 3714 32063 0 -1 1077944384 57 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126665223312 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3773] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3773/stat : 3773 (java) S 3711 3714 32063 0 -1 1077944384 21 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126328773648 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3774] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3774/stat : 3774 (java) S 3711 3714 32063 0 -1 1077944384 31 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126327720336 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3775] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3775/stat : 3775 (java) S 3711 3714 32063 0 -1 1077944384 14 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126326667536 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3776] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3776/stat : 3776 (java) S 3711 3714 32063 0 -1 1077944384 49 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126325615248 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3777] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3777/stat : 3777 (java) S 3711 3714 32063 0 -1 1077944384 15 12419 0 0 0 0 8 4 20 0 20 0 12756095 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126324562448 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3778] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3778/stat : 3778 (java) R 3711 3714 32063 0 -1 4202560 1016 12419 0 0 0 0 8 4 20 0 20 0 12756098 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126267134912 140126706962851 0 0 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3779] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3779/stat : 3779 (java) S 3711 3714 32063 0 -1 1077944384 33 12419 0 0 0 0 8 4 20 0 20 0 12756099 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126266082592 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3780] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3780/stat : 3780 (java) S 3711 3714 32063 0 -1 1077944384 21 12419 0 0 0 0 8 4 20 0 20 0 12756099 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126265030256 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3781] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3781/stat : 3781 (java) S 3711 3714 32063 0 -1 1077944384 1 12419 0 0 0 0 8 4 20 0 20 0 12756103 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126263978576 140126725343131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3782] ppid=3711 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3782/stat : 3782 (java) S 3711 3714 32063 0 -1 1077944384 750 12419 0 0 13 0 8 4 20 0 20 0 12756103 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126262925424 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3783] ppid=3711 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3783/stat : 3783 (java) S 3711 3714 32063 0 -1 1077944384 643 12419 0 0 9 0 8 4 20 0 20 0 12756103 11175264256 40834 33554432000 4194304 4196468 140731890940048 140126261872624 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3784] ppid=3711 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3784/stat : 3784 (java) S 3711 3714 32063 0 -1 1077944384 1171 12419 0 0 16 0 8 4 20 0 20 0 12756103 11175264256 40834 33554432000 4194304 4196468 140731890940048 140125858163056 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3785] ppid=3711 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3785/stat : 3785 (java) S 3711 3714 32063 0 -1 1077944384 882 12419 0 0 24 0 8 4 20 0 20 0 12756103 11175264256 40834 33554432000 4194304 4196468 140731890940048 140125857107456 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3786] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3786/stat : 3786 (java) S 3711 3714 32063 0 -1 1077944384 3 12419 0 0 0 0 8 4 20 0 20 0 12756103 11175264256 40834 33554432000 4194304 4196468 140731890940048 140125856058208 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3787] ppid=3711 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3787/stat : 3787 (java) S 3711 3714 32063 0 -1 1077944384 6 12419 0 0 0 0 8 4 20 0 20 0 12756104 11175264256 40834 33554432000 4194304 4196468 140731890940048 140125855005488 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10913344

[startup+3.1008 s]
/proc/loadavg: 2.24 1.27 1.27 4/281 3787
/proc/meminfo: memFree=30577572/32770624 swapFree=5776/340588
[pid=3714] ppid=3711 vsize=10927868 CPUtime=6.01 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 47464 12419 0 0 566 23 8 4 20 0 20 0 12756082 11190136832 56370 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2731967 56370 3473 1 0 2719522 0
[pid=3714/tid=3769] ppid=3711 vsize=10927868 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3769/stat : 3769 (java) R 3711 3714 32063 0 -1 4202560 32398 12419 0 0 281 9 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126729555872 140126344997556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3770] ppid=3711 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3770/stat : 3770 (java) S 3711 3714 32063 0 -1 1077944384 131 12419 0 0 0 1 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126667328400 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3771] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3771/stat : 3771 (java) S 3711 3714 32063 0 -1 1077944384 19 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126666275600 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3772] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3772/stat : 3772 (java) S 3711 3714 32063 0 -1 1077944384 58 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126665223312 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3773] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3773/stat : 3773 (java) S 3711 3714 32063 0 -1 1077944384 23 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126328773648 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3774] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3774/stat : 3774 (java) S 3711 3714 32063 0 -1 1077944384 31 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126327720336 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3775] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3775/stat : 3775 (java) S 3711 3714 32063 0 -1 1077944384 14 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126326667536 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3776] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3776/stat : 3776 (java) S 3711 3714 32063 0 -1 1077944384 49 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126325615248 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3777] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3777/stat : 3777 (java) S 3711 3714 32063 0 -1 1077944384 18 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126324562448 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3778] ppid=3711 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3778/stat : 3778 (java) S 3711 3714 32063 0 -1 1077944384 1486 12419 0 0 1 0 8 4 20 0 20 0 12756098 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126267136624 140126725335682 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3779] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3779/stat : 3779 (java) S 3711 3714 32063 0 -1 1077944384 56 12419 0 0 0 0 8 4 20 0 20 0 12756099 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126266082656 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3780] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3780/stat : 3780 (java) S 3711 3714 32063 0 -1 1077944384 44 12419 0 0 0 0 8 4 20 0 20 0 12756099 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126265030272 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3781] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3781/stat : 3781 (java) S 3711 3714 32063 0 -1 1077944384 1 12419 0 0 0 0 8 4 20 0 20 0 12756103 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126263978576 140126725343131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3782] ppid=3711 vsize=10927868 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3782/stat : 3782 (java) S 3711 3714 32063 0 -1 1077944384 1246 12419 0 0 42 1 8 4 20 0 20 0 12756103 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126262925424 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3783] ppid=3711 vsize=10927868 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3783/stat : 3783 (java) R 3711 3714 32063 0 -1 1077944384 4256 12419 0 0 82 1 8 4 20 0 20 0 12756103 11190136832 56370 33554432000 4194304 4196468 140731890940048 140126261872624 140126725335682 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3784] ppid=3711 vsize=10927868 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3784/stat : 3784 (java) S 3711 3714 32063 0 -1 1077944384 2314 12419 0 0 51 1 8 4 20 0 20 0 12756103 11190136832 56370 33554432000 4194304 4196468 140731890940048 140125858163056 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3785] ppid=3711 vsize=10927868 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3785/stat : 3785 (java) R 3711 3714 32063 0 -1 1077944384 3182 12419 0 0 98 1 8 4 20 0 20 0 12756103 11190136832 56370 33554432000 4194304 4196468 140731890940048 140125857110256 140126725335682 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3786] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3786/stat : 3786 (java) S 3711 3714 32063 0 -1 1077944384 3 12419 0 0 0 0 8 4 20 0 20 0 12756103 11190136832 56370 33554432000 4194304 4196468 140731890940048 140125856058208 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3787] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3787/stat : 3787 (java) S 3711 3714 32063 0 -1 1077944384 7 12419 0 0 0 0 8 4 20 0 20 0 12756104 11190136832 56370 33554432000 4194304 4196468 140731890940048 140125855005488 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20109 s]
/proc/loadavg: 2.24 1.27 1.27 4/281 3787
/proc/meminfo: memFree=30577572/32770624 swapFree=5776/340588
[pid=3714] ppid=3711 vsize=10927868 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 47864 12419 0 0 593 23 8 4 20 0 20 0 12756082 11190136832 57761 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2731967 57761 3473 1 0 2719522 0
[pid=3714/tid=3769] ppid=3711 vsize=10927868 CPUtime=3.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3769/stat : 3769 (java) R 3711 3714 32063 0 -1 4202560 32560 12419 0 0 291 9 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126729553584 140126709368165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3770] ppid=3711 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3770/stat : 3770 (java) S 3711 3714 32063 0 -1 1077944384 131 12419 0 0 0 1 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126667328400 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3771] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3771/stat : 3771 (java) S 3711 3714 32063 0 -1 1077944384 19 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126666275600 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3772] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3772/stat : 3772 (java) S 3711 3714 32063 0 -1 1077944384 58 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126665223312 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3773] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3773/stat : 3773 (java) S 3711 3714 32063 0 -1 1077944384 23 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126328773648 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3774] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3774/stat : 3774 (java) S 3711 3714 32063 0 -1 1077944384 31 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126327720336 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3775] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3775/stat : 3775 (java) S 3711 3714 32063 0 -1 1077944384 14 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126326667536 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3776] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3776/stat : 3776 (java) S 3711 3714 32063 0 -1 1077944384 49 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126325615248 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3777] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3777/stat : 3777 (java) S 3711 3714 32063 0 -1 1077944384 18 12419 0 0 0 0 8 4 20 0 20 0 12756095 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126324562448 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3778] ppid=3711 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3778/stat : 3778 (java) S 3711 3714 32063 0 -1 1077944384 1486 12419 0 0 1 0 8 4 20 0 20 0 12756098 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126267136624 140126725335682 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3779] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3779/stat : 3779 (java) S 3711 3714 32063 0 -1 1077944384 56 12419 0 0 0 0 8 4 20 0 20 0 12756099 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126266082656 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3780] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3780/stat : 3780 (java) S 3711 3714 32063 0 -1 1077944384 44 12419 0 0 0 0 8 4 20 0 20 0 12756099 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126265030272 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3781] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3781/stat : 3781 (java) S 3711 3714 32063 0 -1 1077944384 1 12419 0 0 0 0 8 4 20 0 20 0 12756103 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126263978576 140126725343131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3782] ppid=3711 vsize=10927868 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3782/stat : 3782 (java) S 3711 3714 32063 0 -1 1077944384 1275 12419 0 0 46 1 8 4 20 0 20 0 12756103 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126262925424 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3783] ppid=3711 vsize=10927868 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3783/stat : 3783 (java) S 3711 3714 32063 0 -1 1077944384 4271 12419 0 0 84 1 8 4 20 0 20 0 12756103 11190136832 57761 33554432000 4194304 4196468 140731890940048 140126261872624 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3784] ppid=3711 vsize=10927868 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3784/stat : 3784 (java) S 3711 3714 32063 0 -1 1077944384 2327 12419 0 0 54 2 8 4 20 0 20 0 12756103 11190136832 57761 33554432000 4194304 4196468 140731890940048 140125858163056 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3785] ppid=3711 vsize=10927868 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3785/stat : 3785 (java) S 3711 3714 32063 0 -1 1077944384 3362 12419 0 0 106 1 8 4 20 0 20 0 12756103 11190136832 57761 33554432000 4194304 4196468 140731890940048 140125857110256 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3786] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3786/stat : 3786 (java) S 3711 3714 32063 0 -1 1077944384 3 12419 0 0 0 0 8 4 20 0 20 0 12756103 11190136832 57761 33554432000 4194304 4196468 140731890940048 140125856058208 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3787] ppid=3711 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3787/stat : 3787 (java) S 3711 3714 32063 0 -1 1077944384 7 12419 0 0 0 0 8 4 20 0 20 0 12756104 11190136832 57761 33554432000 4194304 4196468 140731890940048 140125855005488 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10927868

[startup+3.41179 s]
/proc/loadavg: 2.24 1.27 1.27 9/281 3787
/proc/meminfo: memFree=30503504/32770624 swapFree=5776/340588
[pid=3714] ppid=3711 vsize=10929916 CPUtime=7.02 cores=1,3,5,7,9,11,13,15
/proc/3714/stat : 3714 (java) S 3711 3714 32063 0 -1 1077944320 49493 12419 0 0 664 26 8 4 20 0 20 0 12756082 11192233984 64326 33554432000 4194304 4196468 140731890940048 140731890922592 140126725324535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
/proc/3714/statm: 2732479 64326 3483 1 0 2720034 0
[pid=3714/tid=3769] ppid=3711 vsize=10929916 CPUtime=3.28 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3769/stat : 3769 (java) R 3711 3714 32063 0 -1 4202560 32976 12419 0 0 306 10 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126729552736 140126709368165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3770] ppid=3711 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3770/stat : 3770 (java) S 3711 3714 32063 0 -1 1077944384 147 12419 0 0 1 1 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126667328400 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3771] ppid=3711 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3771/stat : 3771 (java) S 3711 3714 32063 0 -1 1077944384 27 12419 0 0 2 0 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126666275600 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3772] ppid=3711 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3772/stat : 3772 (java) S 3711 3714 32063 0 -1 1077944384 75 12419 0 0 3 1 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126665223312 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3773] ppid=3711 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3773/stat : 3773 (java) S 3711 3714 32063 0 -1 1077944384 23 12419 0 0 2 0 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126328773648 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3774] ppid=3711 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3774/stat : 3774 (java) S 3711 3714 32063 0 -1 1077944384 39 12419 0 0 2 0 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126327720336 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3775] ppid=3711 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3775/stat : 3775 (java) S 3711 3714 32063 0 -1 1077944384 30 12419 0 0 3 1 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126326667536 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3776] ppid=3711 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3776/stat : 3776 (java) S 3711 3714 32063 0 -1 1077944384 54 12419 0 0 3 1 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126325615248 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3777] ppid=3711 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3777/stat : 3777 (java) S 3711 3714 32063 0 -1 1077944384 73 12419 0 0 3 1 8 4 20 0 20 0 12756095 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126324562448 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3778] ppid=3711 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3778/stat : 3778 (java) S 3711 3714 32063 0 -1 1077944384 2196 12419 0 0 3 0 8 4 20 0 20 0 12756098 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126267136624 140126725335682 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3779] ppid=3711 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3779/stat : 3779 (java) S 3711 3714 32063 0 -1 1077944384 56 12419 0 0 0 0 8 4 20 0 20 0 12756099 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126266082656 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3780] ppid=3711 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3780/stat : 3780 (java) S 3711 3714 32063 0 -1 1077944384 44 12419 0 0 0 0 8 4 20 0 20 0 12756099 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126265030272 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3781] ppid=3711 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3781/stat : 3781 (java) S 3711 3714 32063 0 -1 1077944384 1 12419 0 0 0 0 8 4 20 0 20 0 12756103 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126263978576 140126725343131 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3782] ppid=3711 vsize=10929916 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3782/stat : 3782 (java) R 3711 3714 32063 0 -1 4202560 1526 12419 0 0 56 1 8 4 20 0 20 0 12756103 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126262911520 140126708709426 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3783] ppid=3711 vsize=10929916 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3783/stat : 3783 (java) R 3711 3714 32063 0 -1 4202560 4287 12419 0 0 98 1 8 4 20 0 20 0 12756103 11192233984 64326 33554432000 4194304 4196468 140731890940048 140126261859440 140126710432032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3784] ppid=3711 vsize=10929916 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3784/stat : 3784 (java) R 3711 3714 32063 0 -1 4202560 2342 12419 0 0 62 2 8 4 20 0 20 0 12756103 11192233984 64326 33554432000 4194304 4196468 140731890940048 140125858148016 140126702919619 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3785] ppid=3711 vsize=10929916 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3785/stat : 3785 (java) R 3711 3714 32063 0 -1 4202560 3459 12419 0 0 112 1 8 4 20 0 20 0 12756103 11192233984 64326 33554432000 4194304 4196468 140731890940048 140125857107192 140126704270146 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3786] ppid=3711 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3786/stat : 3786 (java) S 3711 3714 32063 0 -1 1077944384 3 12419 0 0 0 0 8 4 20 0 20 0 12756103 11192233984 64326 33554432000 4194304 4196468 140731890940048 140125856058208 140126725334741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
[pid=3714/tid=3787] ppid=3711 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/3714/task/3787/stat : 3787 (java) S 3711 3714 32063 0 -1 1077944384 7 12419 0 0 0 0 8 4 20 0 20 0 12756104 11192233984 64326 33554432000 4194304 4196468 140731890940048 140125855005488 140126725335682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39243776 140731890948801 140731890951575 140731890951575 140731890954191 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 10929916

Child status: 0
Real time (s): 3.49057
CPU time (s): 7.30169
CPU user time (s): 6.97604
CPU system time (s): 0.325647
CPU usage (%): 209.184
Max. virtual memory (cumulated for all children) (KiB): 10929916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.97605
system time used= 0.325647
maximum resident set size= 259800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62336
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= 8160
involuntary context switches= 729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031842 second user time and 0.034117 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-23 03:55:07
IDJOB=4249858
IDBENCH=138383
IDSOLVER=2630
FILE ID=node146/4249858-1500774907
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-ff69.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249858-1500774907/watcher-4249858-1500774907 -o /tmp/evaluation-result-4249858-1500774907/solver-4249858-1500774907 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500774822-2159 --watchdog 2560  bin/concrete HOME/instance-4249858-1500774907.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=430800933

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		: 1600.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		: 1600.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		: 2000.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		: 2400.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		: 2000.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		: 1600.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:        30811244 kB
MemAvailable:   31244436 kB
Buffers:          178944 kB
Cached:           532076 kB
SwapCached:            0 kB
Active:          1172260 kB
Inactive:         349352 kB
Active(anon):     813240 kB
Inactive(anon):     8832 kB
Active(file):     359020 kB
Inactive(file):   340520 kB
Unevictable:        5776 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24988 kB
Writeback:             0 kB
AnonPages:        943016 kB
Mapped:            44948 kB
Shmem:              8852 kB
Slab:             133548 kB
SReclaimable:      98976 kB
SUnreclaim:        34572 kB
KernelStack:        4656 kB
PageTables:         7152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1716936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 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:11