Trace number 4262623

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? 19.094601 7.65311

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-2-04_X2.xml
MD5SUMbd2389f2aa3956d19494f0c0fb85b82c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.8319499
Satisfiable
(Un)Satisfiability was proved
Number of variables2810
Number of constraints14493
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":2810}]
Minimum variable degree1
Maximum variable degree180
Distribution of variable degrees[{"degree":1,"count":16},{"degree":3,"count":64},{"degree":4,"count":18},{"degree":5,"count":70},{"degree":6,"count":562},{"degree":7,"count":368},{"degree":8,"count":493},{"degree":9,"count":253},{"degree":10,"count":199},{"degree":11,"count":149},{"degree":12,"count":181},{"degree":13,"count":13},{"degree":14,"count":41},{"degree":15,"count":2},{"degree":16,"count":25},{"degree":17,"count":24},{"degree":18,"count":16},{"degree":19,"count":16},{"degree":20,"count":37},{"degree":21,"count":23},{"degree":22,"count":19},{"degree":23,"count":4},{"degree":24,"count":24},{"degree":27,"count":4},{"degree":28,"count":24},{"degree":29,"count":32},{"degree":31,"count":4},{"degree":32,"count":21},{"degree":33,"count":18},{"degree":38,"count":12},{"degree":40,"count":3},{"degree":41,"count":29},{"degree":42,"count":16},{"degree":57,"count":2},{"degree":59,"count":3},{"degree":70,"count":2},{"degree":72,"count":3},{"degree":102,"count":5},{"degree":105,"count":1},{"degree":113,"count":1},{"degree":115,"count":3},{"degree":146,"count":5},{"degree":171,"count":2},{"degree":179,"count":1},{"degree":180,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":2910},{"arity":2,"count":9350},{"arity":3,"count":792},{"arity":4,"count":373},{"arity":5,"count":446},{"arity":6,"count":429},{"arity":7,"count":93},{"arity":8,"count":5},{"arity":9,"count":80},{"arity":17,"count":15}]
Number of extensional constraints0
Number of intensional constraints2910
Distribution of constraint types[{"type":"intension","count":2910},{"type":"sum","count":11583}]
Optimization problemNO
Type of objective

Solver Data

3.41/2.22	c Concrete v3.4 running
18.96/7.62	java.lang.IllegalArgumentException: requirement failed: _1 has no bounds. Involved by TreeSet(constraint {(-??-2], [0?+?)} == 31995. 'neg({[0?3]}))
18.96/7.62		at scala.Predef$.require(Predef.scala:277)
18.96/7.62		at concrete.generator.ProblemGenerator$$anonfun$generateVariables$2.applyOrElse(ProblemGenerator.scala:111)
18.96/7.62		at concrete.generator.ProblemGenerator$$anonfun$generateVariables$2.applyOrElse(ProblemGenerator.scala:108)
18.96/7.62		at scala.PartialFunction.$anonfun$runWith$1$adapted(PartialFunction.scala:141)
18.96/7.63		at scala.collection.immutable.Stream.collect(Stream.scala:432)
18.96/7.63		at scala.collection.immutable.Stream$.$anonfun$collectedTail$1(Stream.scala:1260)
18.96/7.63		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
18.96/7.63		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
18.96/7.63		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
18.96/7.63		at scala.collection.TraversableOnce.toMap(TraversableOnce.scala:316)
18.96/7.63		at scala.collection.TraversableOnce.toMap$(TraversableOnce.scala:314)
18.96/7.63		at scala.collection.AbstractTraversable.toMap(Traversable.scala:104)
18.96/7.63		at concrete.generator.ProblemGenerator.generateVariables(ProblemGenerator.scala:115)
18.96/7.63		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:57)
18.96/7.63		at scala.util.Try$.apply(Try.scala:209)
18.96/7.63		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
18.96/7.63		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
18.96/7.63		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
18.96/7.63		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
18.96/7.63		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
18.96/7.63		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
18.96/7.63		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
18.96/7.63		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
18.96/7.63		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
18.96/7.63		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
18.96/7.63		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
18.96/7.63		at scala.util.Success.flatMap(Try.scala:247)
18.96/7.63		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
18.96/7.63		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
18.96/7.63		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
18.96/7.63		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
18.96/7.63		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
18.96/7.63		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
18.96/7.63		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
18.96/7.63		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
18.96/7.63		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
18.96/7.63		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
18.96/7.63		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
18.96/7.63		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
18.96/7.63		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
18.96/7.63		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
18.96/7.63		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
18.96/7.63		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
18.96/7.63		at scala.Function0.apply$mcV$sp(Function0.scala:34)
18.96/7.63		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
18.96/7.63		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
18.96/7.63		at scala.App.$anonfun$main$1$adapted(App.scala:76)
18.96/7.63		at scala.collection.immutable.List.foreach(List.scala:389)
18.96/7.63		at scala.App.main(App.scala:76)
18.96/7.63		at scala.App.main$(App.scala:74)
18.96/7.63		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
18.96/7.63		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
18.96/7.63	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-4262623-1502432578/watcher-4262623-1502432578 -o /tmp/evaluation-result-4262623-1502432578/solver-4262623-1502432578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4262623-1502432578.xml 

pid=14104
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.79 1.71 1.59 3/195 14107
/proc/meminfo: memFree=28375720/32770624 swapFree=0/381508
[pid=14107] ppid=14104 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14107/stat : 14107 (runsolver) D 14104 14107 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 31598515 24240128 108 18446744073709551615 4194304 4338465 140729992606016 140729992603656 139645590692567 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 6610944 140729992614097 140729992614473 140729992614473 140729992617930 0
/proc/14107/statm: 5918 108 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.79 1.71 1.59 3/195 14107
/proc/meminfo: memFree=28375720/32770624 swapFree=0/381508
[pid=14107] ppid=14104 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/14107/stat : 14107 (bash) S 14104 14107 7434 0 -1 4202496 682 1543 0 0 0 0 0 0 20 0 1 0 31598515 9736192 351 18446744073709551615 4194304 5098028 140734867607440 140734867605080 140607920286720 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 10153984 140734867616276 140734867616361 140734867616361 140734867619818 0
/proc/14107/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20022 s]
/proc/loadavg: 1.79 1.71 1.59 3/195 14107
/proc/meminfo: memFree=28375720/32770624 swapFree=0/381508
[pid=14107] ppid=14104 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/14107/stat : 14107 (bash) S 14104 14107 7434 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 31598515 9867264 377 18446744073709551615 4194304 5098028 140734867607440 140734867601448 140607920286720 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 10153984 140734867616276 140734867616361 140734867616361 140734867619818 0
/proc/14107/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300303 s]
/proc/loadavg: 1.79 1.71 1.59 3/195 14107
/proc/meminfo: memFree=28375720/32770624 swapFree=0/381508
[pid=14107] ppid=14104 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 5861 12678 0 0 5 1 5 3 20 0 14 0 31598515 14241083392 5539 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3476827 5539 2556 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.703676 s]
/proc/loadavg: 1.79 1.71 1.59 3/195 14107
/proc/meminfo: memFree=28375720/32770624 swapFree=0/381508
[pid=14107] ppid=14104 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 13948 12678 0 0 55 5 5 3 20 0 15 0 31598515 14310178816 14406 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3493696 14406 3132 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50355 s]
/proc/loadavg: 1.79 1.71 1.59 3/210 14170
/proc/meminfo: memFree=28308648/32770624 swapFree=0/381816
[pid=14107] ppid=14104 vsize=13985408 CPUtime=1.87 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 28251 12678 0 0 169 10 5 3 20 0 15 0 31598515 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3496352 36066 3340 1 0 3485525 0
[pid=14107/tid=14157] ppid=14104 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/14107/task/14157/stat : 14157 (java) S 14104 14107 7434 0 -1 1077944384 22708 12678 0 0 115 6 5 3 20 0 15 0 31598537 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140354039827744 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14158] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14158/stat : 14158 (java) S 14104 14107 7434 0 -1 1077944384 45 12678 0 0 0 0 5 3 20 0 15 0 31598538 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353970043664 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14159] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14159/stat : 14159 (java) S 14104 14107 7434 0 -1 1077944384 24 12678 0 0 0 0 5 3 20 0 15 0 31598538 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353968991120 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14160] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14160/stat : 14160 (java) S 14104 14107 7434 0 -1 1077944384 195 12678 0 0 0 0 5 3 20 0 15 0 31598538 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353967938576 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14161] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14161/stat : 14161 (java) S 14104 14107 7434 0 -1 1077944384 42 12678 0 0 0 0 5 3 20 0 15 0 31598538 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353966886032 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14162] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14162/stat : 14162 (java) R 14104 14107 7434 0 -1 4202560 39 12678 0 0 0 0 5 3 20 0 15 0 31598539 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353513935360 140354020667375 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14163] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14163/stat : 14163 (java) S 14104 14107 7434 0 -1 1077944384 33 12678 0 0 0 0 5 3 20 0 15 0 31598540 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353512883104 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14164] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14164/stat : 14164 (java) S 14104 14107 7434 0 -1 1077944384 21 12678 0 0 0 0 5 3 20 0 15 0 31598540 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353511830512 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14165] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14165/stat : 14165 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353510779088 140354035627931 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14166] ppid=14104 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/14107/task/14166/stat : 14166 (java) S 14104 14107 7434 0 -1 1077944384 909 12678 0 0 13 0 5 3 20 0 15 0 31598543 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353509726704 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14167] ppid=14104 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/14107/task/14167/stat : 14167 (java) S 14104 14107 7434 0 -1 1077944384 750 12678 0 0 15 0 5 3 20 0 15 0 31598543 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353508674160 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14168] ppid=14104 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/14107/task/14168/stat : 14168 (java) S 14104 14107 7434 0 -1 1077944384 1323 12678 0 0 23 0 5 3 20 0 15 0 31598543 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353507621616 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14169] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14169/stat : 14169 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353506569312 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14170] ppid=14104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14170/stat : 14170 (java) S 14104 14107 7434 0 -1 1077944384 6 12678 0 0 0 0 5 3 20 0 15 0 31598547 14321057792 36066 18446744073709551615 4194304 4196468 140722077066528 140353505515824 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.79 1.71 1.59 4/210 14170
/proc/meminfo: memFree=28252672/32770624 swapFree=0/381812
[pid=14107] ppid=14104 vsize=13995836 CPUtime=6.15 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 40077 12678 0 0 588 19 5 3 20 0 15 0 31598515 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3498959 73035 3463 1 0 3487573 0
[pid=14107/tid=14157] ppid=14104 vsize=13995836 CPUtime=2.83 cores=1,3,5,7
/proc/14107/task/14157/stat : 14157 (java) R 14104 14107 7434 0 -1 4202560 27829 12678 0 0 266 9 5 3 20 0 15 0 31598537 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140354039826656 140354021825179 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14158] ppid=14104 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/14107/task/14158/stat : 14158 (java) S 14104 14107 7434 0 -1 1077944384 109 12678 0 0 2 1 5 3 20 0 15 0 31598538 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353970043664 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14159] ppid=14104 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/14107/task/14159/stat : 14159 (java) S 14104 14107 7434 0 -1 1077944384 86 12678 0 0 1 1 5 3 20 0 15 0 31598538 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353968991120 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14160] ppid=14104 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/14107/task/14160/stat : 14160 (java) S 14104 14107 7434 0 -1 1077944384 377 12678 0 0 2 1 5 3 20 0 15 0 31598538 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353967938576 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14161] ppid=14104 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/14107/task/14161/stat : 14161 (java) S 14104 14107 7434 0 -1 1077944384 130 12678 0 0 2 1 5 3 20 0 15 0 31598538 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353966886032 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14162] ppid=14104 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/14107/task/14162/stat : 14162 (java) S 14104 14107 7434 0 -1 1077944384 1587 12678 0 0 1 0 5 3 20 0 15 0 31598539 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353513936880 140354035620482 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14163] ppid=14104 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14163/stat : 14163 (java) S 14104 14107 7434 0 -1 1077944384 55 12678 0 0 0 0 5 3 20 0 15 0 31598540 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353512883168 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14164] ppid=14104 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14164/stat : 14164 (java) S 14104 14107 7434 0 -1 1077944384 43 12678 0 0 0 0 5 3 20 0 15 0 31598540 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353511830528 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14165] ppid=14104 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14165/stat : 14165 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353510779088 140354035627931 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14166] ppid=14104 vsize=13995836 CPUtime=1.18 cores=1,3,5,7
/proc/14107/task/14166/stat : 14166 (java) R 14104 14107 7434 0 -1 4202560 2103 12678 0 0 109 1 5 3 20 0 15 0 31598543 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353509725888 140354013204081 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14167] ppid=14104 vsize=13995836 CPUtime=1.15 cores=1,3,5,7
/proc/14107/task/14167/stat : 14167 (java) R 14104 14107 7434 0 -1 4202560 1943 12678 0 0 106 1 5 3 20 0 15 0 31598543 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353508661840 140354019105861 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14168] ppid=14104 vsize=13995836 CPUtime=1.03 cores=1,3,5,7
/proc/14107/task/14168/stat : 14168 (java) S 14104 14107 7434 0 -1 1077944384 3649 12678 0 0 94 1 5 3 20 0 15 0 31598543 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353507621616 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14169] ppid=14104 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14169/stat : 14169 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353506569312 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14170] ppid=14104 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14170/stat : 14170 (java) S 14104 14107 7434 0 -1 1077944384 9 12678 0 0 0 0 5 3 20 0 15 0 31598547 14331736064 73035 18446744073709551615 4194304 4196468 140722077066528 140353505515824 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 13995836

[startup+6.30071 s]
/proc/loadavg: 1.88 1.73 1.60 6/210 14171
/proc/meminfo: memFree=28065312/32770624 swapFree=0/381812
[pid=14107] ppid=14104 vsize=13999932 CPUtime=15.25 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 60656 12678 0 0 1482 35 5 3 20 0 15 0 31598515 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3499983 110142 3474 1 0 3488597 0
[pid=14107/tid=14157] ppid=14104 vsize=13999932 CPUtime=5.89 cores=1,3,5,7
/proc/14107/task/14157/stat : 14157 (java) R 14104 14107 7434 0 -1 4202560 31529 12678 0 0 570 11 5 3 20 0 15 0 31598537 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140354039844288 140353649174741 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14158] ppid=14104 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/14107/task/14158/stat : 14158 (java) S 14104 14107 7434 0 -1 1077944384 544 12678 0 0 9 4 5 3 20 0 15 0 31598538 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353970043664 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14159] ppid=14104 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/14107/task/14159/stat : 14159 (java) S 14104 14107 7434 0 -1 1077944384 291 12678 0 0 8 3 5 3 20 0 15 0 31598538 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353968991120 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14160] ppid=14104 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/14107/task/14160/stat : 14160 (java) S 14104 14107 7434 0 -1 1077944384 1075 12678 0 0 10 4 5 3 20 0 15 0 31598538 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353967938576 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14161] ppid=14104 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/14107/task/14161/stat : 14161 (java) S 14104 14107 7434 0 -1 1077944384 1090 12678 0 0 10 4 5 3 20 0 15 0 31598538 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353966886032 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14162] ppid=14104 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/14107/task/14162/stat : 14162 (java) S 14104 14107 7434 0 -1 1077944384 1752 12678 0 0 2 0 5 3 20 0 15 0 31598539 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353513936880 140354035620482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14163] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14163/stat : 14163 (java) S 14104 14107 7434 0 -1 1077944384 61 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353512883168 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14164] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14164/stat : 14164 (java) S 14104 14107 7434 0 -1 1077944384 50 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353511830528 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14165] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14165/stat : 14165 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353510779088 140354035627931 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14166] ppid=14104 vsize=13999932 CPUtime=3.59 cores=1,3,5,7
/proc/14107/task/14166/stat : 14166 (java) S 14104 14107 7434 0 -1 1077944384 7015 12678 0 0 350 1 5 3 20 0 15 0 31598543 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353509726704 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14167] ppid=14104 vsize=13999932 CPUtime=3.53 cores=1,3,5,7
/proc/14107/task/14167/stat : 14167 (java) S 14104 14107 7434 0 -1 1077944384 7534 12678 0 0 344 1 5 3 20 0 15 0 31598543 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353508674160 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14168] ppid=14104 vsize=13999932 CPUtime=1.83 cores=1,3,5,7
/proc/14107/task/14168/stat : 14168 (java) S 14104 14107 7434 0 -1 1077944384 7450 12678 0 0 173 2 5 3 20 0 15 0 31598543 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353507621616 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14169] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14169/stat : 14169 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353506569312 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14170] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14170/stat : 14170 (java) S 14104 14107 7434 0 -1 1077944384 108 12678 0 0 0 0 5 3 20 0 15 0 31598547 14335930368 110142 18446744073709551615 4194304 4196468 140722077066528 140353505515824 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 13999932

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

[startup+6.40086 s]
/proc/loadavg: 1.88 1.73 1.60 6/210 14171
/proc/meminfo: memFree=28065312/32770624 swapFree=0/381812
[pid=14107] ppid=14104 vsize=13999932 CPUtime=15.37 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 60672 12678 0 0 1494 35 5 3 20 0 15 0 31598515 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3499983 110144 3474 1 0 3488597 0
[pid=14107/tid=14157] ppid=14104 vsize=13999932 CPUtime=5.99 cores=1,3,5,7
/proc/14107/task/14157/stat : 14157 (java) R 14104 14107 7434 0 -1 4202560 31540 12678 0 0 580 11 5 3 20 0 15 0 31598537 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140354039844288 140353645636374 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14158] ppid=14104 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/14107/task/14158/stat : 14158 (java) S 14104 14107 7434 0 -1 1077944384 544 12678 0 0 9 4 5 3 20 0 15 0 31598538 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353970043664 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14159] ppid=14104 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/14107/task/14159/stat : 14159 (java) S 14104 14107 7434 0 -1 1077944384 291 12678 0 0 8 3 5 3 20 0 15 0 31598538 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353968991120 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14160] ppid=14104 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/14107/task/14160/stat : 14160 (java) S 14104 14107 7434 0 -1 1077944384 1075 12678 0 0 10 4 5 3 20 0 15 0 31598538 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353967938576 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14161] ppid=14104 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/14107/task/14161/stat : 14161 (java) S 14104 14107 7434 0 -1 1077944384 1090 12678 0 0 10 4 5 3 20 0 15 0 31598538 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353966886032 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14162] ppid=14104 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/14107/task/14162/stat : 14162 (java) S 14104 14107 7434 0 -1 1077944384 1752 12678 0 0 2 0 5 3 20 0 15 0 31598539 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353513936880 140354035620482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14163] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14163/stat : 14163 (java) S 14104 14107 7434 0 -1 1077944384 61 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353512883168 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14164] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14164/stat : 14164 (java) S 14104 14107 7434 0 -1 1077944384 50 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353511830528 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14165] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14165/stat : 14165 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353510779088 140354035627931 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14166] ppid=14104 vsize=13999932 CPUtime=3.59 cores=1,3,5,7
/proc/14107/task/14166/stat : 14166 (java) S 14104 14107 7434 0 -1 1077944384 7019 12678 0 0 350 1 5 3 20 0 15 0 31598543 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353509726704 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14167] ppid=14104 vsize=13999932 CPUtime=3.54 cores=1,3,5,7
/proc/14107/task/14167/stat : 14167 (java) S 14104 14107 7434 0 -1 1077944384 7535 12678 0 0 345 1 5 3 20 0 15 0 31598543 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353508674160 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14168] ppid=14104 vsize=13999932 CPUtime=1.83 cores=1,3,5,7
/proc/14107/task/14168/stat : 14168 (java) S 14104 14107 7434 0 -1 1077944384 7450 12678 0 0 173 2 5 3 20 0 15 0 31598543 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353507621616 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14169] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14169/stat : 14169 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353506569312 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14170] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14170/stat : 14170 (java) S 14104 14107 7434 0 -1 1077944384 108 12678 0 0 0 0 5 3 20 0 15 0 31598547 14335930368 110144 18446744073709551615 4194304 4196468 140722077066528 140353505515824 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
Current children cumulated CPU time (s) 15.37
Current children cumulated vsize (KiB) 13999932

[startup+7.20073 s]
/proc/loadavg: 1.88 1.73 1.60 5/210 14171
/proc/meminfo: memFree=28049516/32770624 swapFree=0/381820
[pid=14107] ppid=14104 vsize=13999932 CPUtime=17.66 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 67312 12678 0 0 1722 36 5 3 20 0 15 0 31598515 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3499983 117097 3474 1 0 3488597 0
[pid=14107/tid=14157] ppid=14104 vsize=13999932 CPUtime=6.78 cores=1,3,5,7
/proc/14107/task/14157/stat : 14157 (java) R 14104 14107 7434 0 -1 4202560 34512 12678 0 0 659 11 5 3 20 0 15 0 31598537 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140354039841184 140353659459562 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14158] ppid=14104 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/14107/task/14158/stat : 14158 (java) S 14104 14107 7434 0 -1 1077944384 544 12678 0 0 9 4 5 3 20 0 15 0 31598538 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353970043664 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14159] ppid=14104 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/14107/task/14159/stat : 14159 (java) S 14104 14107 7434 0 -1 1077944384 291 12678 0 0 8 3 5 3 20 0 15 0 31598538 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353968991120 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14160] ppid=14104 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/14107/task/14160/stat : 14160 (java) S 14104 14107 7434 0 -1 1077944384 1075 12678 0 0 10 4 5 3 20 0 15 0 31598538 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353967938576 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14161] ppid=14104 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/14107/task/14161/stat : 14161 (java) S 14104 14107 7434 0 -1 1077944384 1090 12678 0 0 10 4 5 3 20 0 15 0 31598538 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353966886032 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14162] ppid=14104 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/14107/task/14162/stat : 14162 (java) S 14104 14107 7434 0 -1 1077944384 1753 12678 0 0 2 0 5 3 20 0 15 0 31598539 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353513936880 140354035620482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14163] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14163/stat : 14163 (java) S 14104 14107 7434 0 -1 1077944384 61 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353512883168 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14164] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14164/stat : 14164 (java) S 14104 14107 7434 0 -1 1077944384 50 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353511830528 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14165] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14165/stat : 14165 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353510779088 140354035627931 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14166] ppid=14104 vsize=13999932 CPUtime=4.29 cores=1,3,5,7
/proc/14107/task/14166/stat : 14166 (java) R 14104 14107 7434 0 -1 4202560 7427 12678 0 0 420 1 5 3 20 0 15 0 31598543 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353509716624 140354019020128 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14167] ppid=14104 vsize=13999932 CPUtime=4.23 cores=1,3,5,7
/proc/14107/task/14167/stat : 14167 (java) R 14104 14107 7434 0 -1 4202560 8561 12678 0 0 414 1 5 3 20 0 15 0 31598543 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353508674160 140354019998929 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14168] ppid=14104 vsize=13999932 CPUtime=1.96 cores=1,3,5,7
/proc/14107/task/14168/stat : 14168 (java) S 14104 14107 7434 0 -1 1077944384 9683 12678 0 0 185 3 5 3 20 0 15 0 31598543 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353507621616 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14169] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14169/stat : 14169 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353506569312 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14170] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14170/stat : 14170 (java) S 14104 14107 7434 0 -1 1077944384 108 12678 0 0 0 0 5 3 20 0 15 0 31598547 14335930368 117097 18446744073709551615 4194304 4196468 140722077066528 140353505515824 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
Current children cumulated CPU time (s) 17.66
Current children cumulated vsize (KiB) 13999932

[startup+7.60085 s]
/proc/loadavg: 1.88 1.73 1.60 5/210 14171
/proc/meminfo: memFree=28049516/32770624 swapFree=0/381820
[pid=14107] ppid=14104 vsize=13999932 CPUtime=18.96 cores=1,3,5,7
/proc/14107/stat : 14107 (java) S 14104 14107 7434 0 -1 1077944320 72015 12678 0 0 1848 40 5 3 20 0 15 0 31598515 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140722077049072 140354035609335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
/proc/14107/statm: 3499983 136782 3474 1 0 3488597 0
[pid=14107/tid=14157] ppid=14104 vsize=13999932 CPUtime=7.06 cores=1,3,5,7
/proc/14107/task/14157/stat : 14157 (java) S 14104 14107 7434 0 -1 1077944384 35106 12678 0 0 686 12 5 3 20 0 15 0 31598537 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140354039835168 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14158] ppid=14104 vsize=13999932 CPUtime=0.3 cores=1,3,5,7
/proc/14107/task/14158/stat : 14158 (java) R 14104 14107 7434 0 -1 4202560 732 12678 0 0 17 5 5 3 20 0 15 0 31598538 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353970043552 140354020310002 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14159] ppid=14104 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/14107/task/14159/stat : 14159 (java) R 14104 14107 7434 0 -1 4202560 487 12678 0 0 16 4 5 3 20 0 15 0 31598538 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353968991320 140354020309920 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14160] ppid=14104 vsize=13999932 CPUtime=0.3 cores=1,3,5,7
/proc/14107/task/14160/stat : 14160 (java) R 14104 14107 7434 0 -1 4202560 1286 12678 0 0 18 4 5 3 20 0 15 0 31598538 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353967938576 140354020310051 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14161] ppid=14104 vsize=13999932 CPUtime=0.3 cores=1,3,5,7
/proc/14107/task/14161/stat : 14161 (java) R 14104 14107 7434 0 -1 4202560 1232 12678 0 0 18 4 5 3 20 0 15 0 31598538 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353966886232 140354020309985 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14162] ppid=14104 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/14107/task/14162/stat : 14162 (java) S 14104 14107 7434 0 -1 1077944384 4763 12678 0 0 4 0 5 3 20 0 15 0 31598539 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353513935392 140354035619541 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14163] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14163/stat : 14163 (java) S 14104 14107 7434 0 -1 1077944384 61 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353512883168 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14164] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14164/stat : 14164 (java) S 14104 14107 7434 0 -1 1077944384 50 12678 0 0 0 0 5 3 20 0 15 0 31598540 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353511830528 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14165] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14165/stat : 14165 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353510779088 140354035627931 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14166] ppid=14104 vsize=13999932 CPUtime=4.57 cores=1,3,5,7
/proc/14107/task/14166/stat : 14166 (java) S 14104 14107 7434 0 -1 1077944384 7528 12678 0 0 448 1 5 3 20 0 15 0 31598543 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353509706544 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14167] ppid=14104 vsize=13999932 CPUtime=4.51 cores=1,3,5,7
/proc/14107/task/14167/stat : 14167 (java) S 14104 14107 7434 0 -1 1077944384 8668 12678 0 0 441 2 5 3 20 0 15 0 31598543 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353508661120 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14168] ppid=14104 vsize=13999932 CPUtime=2.04 cores=1,3,5,7
/proc/14107/task/14168/stat : 14168 (java) S 14104 14107 7434 0 -1 1077944384 9837 12678 0 0 193 3 5 3 20 0 15 0 31598543 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353507621616 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14169] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14169/stat : 14169 (java) S 14104 14107 7434 0 -1 1077944384 3 12678 0 0 0 0 5 3 20 0 15 0 31598543 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353506569312 140354035619541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
[pid=14107/tid=14170] ppid=14104 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/14107/task/14170/stat : 14170 (java) S 14104 14107 7434 0 -1 1077944384 108 12678 0 0 0 0 5 3 20 0 15 0 31598547 14335930368 136782 18446744073709551615 4194304 4196468 140722077066528 140353505515824 140354035620482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17764352 140722077071312 140722077074097 140722077074097 140722077077455 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 13999932

Child status: 0
Real time (s): 7.65311
CPU time (s): 19.0946
CPU user time (s): 18.6487
CPU system time (s): 0.445917
CPU usage (%): 249.501
Max. virtual memory (cumulated for all children) (KiB): 13999932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6487
system time used= 0.445917
maximum resident set size= 548704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7584
involuntary context switches= 79

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02987 second user time and 0.059802 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 08:08:42
IDJOB=4262623
IDBENCH=123422
IDSOLVER=2650
FILE ID=node124/4262623-1502432578
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-2-04_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262623-1502432578/watcher-4262623-1502432578 -o /tmp/evaluation-result-4262623-1502432578/solver-4262623-1502432578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262623-1502432578.xml

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

MD5SUM BENCH= bd2389f2aa3956d19494f0c0fb85b82c
RANDOM SEED=1257049367

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28376360 kB
MemAvailable:   28780508 kB
Buffers:          196624 kB
Cached:           495200 kB
SwapCached:            0 kB
Active:          3575536 kB
Inactive:         398536 kB
Active(anon):    3282600 kB
Inactive(anon):    16768 kB
Active(file):     292936 kB
Inactive(file):   381768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25904 kB
Writeback:             4 kB
AnonPages:       3292616 kB
Mapped:            50300 kB
Shmem:             17128 kB
Slab:             116216 kB
SReclaimable:      90560 kB
SUnreclaim:        25656 kB
KernelStack:        3424 kB
PageTables:        11100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4171944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3072000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61980 MiB
End job on node124 at 2017-08-11 08:08:50