Trace number 4240840

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: Mistral-2.0 2017-06-28? (TO) 2400.06 2402.2

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1216
Best CPU time to get the best result obtained on this benchmark3375.2
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1533}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.03	c Mistral-2017-06-28
2400.04/2402.20	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-4240840-1500648176/watcher-4240840-1500648176 -o /tmp/evaluation-result-4240840-1500648176/solver-4240840-1500648176 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500648173-9863 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 195319193 HOME/instance-4240840-1500648176.xml 

pid=9886
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: 0.00 0.03 0.07 4/245 9894
/proc/meminfo: memFree=32071564/32770624 swapFree=5956/170448
[pid=9894] ppid=9886 vsize=6912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) D 9886 9894 9830 0 -1 4194304 167 0 1 0 0 0 0 0 20 0 1 0 84340 7077888 36 33554432000 4194304 7402444 140729628342320 140729628339768 139935025765906 0 0 4096 0 18446744071580431491 0 0 17 11 0 0 0 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 1728 36 26 784 0 40 0

[startup+0.100071 s]
/proc/loadavg: 0.00 0.03 0.07 4/245 9894
/proc/meminfo: memFree=32071564/32770624 swapFree=5956/170448
[pid=9894] ppid=9886 vsize=31880 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 1718 0 3 0 5 0 0 0 20 0 1 0 84340 32645120 1552 33554432000 4194304 7402444 140729628342320 140729628334040 139935012107916 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 7970 1552 617 784 0 984 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31880

[startup+0.2004 s]
/proc/loadavg: 0.00 0.03 0.07 4/245 9894
/proc/meminfo: memFree=32071564/32770624 swapFree=5956/170448
[pid=9894] ppid=9886 vsize=35828 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 2745 0 3 0 15 0 0 0 20 0 1 0 84340 36687872 2484 33554432000 4194304 7402444 140729628342320 140729628334296 139935005330405 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 8957 2484 617 784 0 1971 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 35828

[startup+0.300281 s]
/proc/loadavg: 0.00 0.03 0.07 4/245 9894
/proc/meminfo: memFree=32071564/32770624 swapFree=5956/170448
[pid=9894] ppid=9886 vsize=68060 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 11017 0 3 0 24 1 0 0 20 0 1 0 84340 69693440 10656 33554432000 4194304 7402444 140729628342320 140729628334408 139935006256576 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 17015 10656 650 784 0 10029 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 68060

[startup+0.700374 s]
/proc/loadavg: 0.00 0.03 0.07 4/245 9894
/proc/meminfo: memFree=32071564/32770624 swapFree=5956/170448
[pid=9894] ppid=9886 vsize=75852 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 12933 0 3 0 63 2 0 0 20 0 1 0 84340 77672448 12570 33554432000 4194304 7402444 140729628342320 140729628330920 139935005330405 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 18963 12570 676 784 0 11977 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 75852

[startup+1.50031 s]
/proc/loadavg: 0.00 0.03 0.07 4/249 9898
/proc/meminfo: memFree=31941800/32770624 swapFree=5956/171744
[pid=9894] ppid=9886 vsize=114608 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 22259 0 3 0 142 3 0 0 20 0 1 0 84340 117358592 22241 33554432000 4194304 7402444 140729628342320 140729628333496 4731648 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 28652 22241 684 784 0 21666 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 114608

[startup+3.10021 s]
/proc/loadavg: 0.16 0.07 0.08 4/249 9898
/proc/meminfo: memFree=31897612/32770624 swapFree=5956/171868
[pid=9894] ppid=9886 vsize=172292 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 49780 0 3 0 300 5 0 0 20 0 1 0 84340 176427008 36693 33554432000 4194304 7402444 140729628342320 140729628333976 4731639 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 43073 36693 684 784 0 36087 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 172292

[startup+6.30023 s]
/proc/loadavg: 0.16 0.07 0.08 3/249 9898
/proc/meminfo: memFree=31822888/32770624 swapFree=5956/172084
[pid=9894] ppid=9886 vsize=181224 CPUtime=6.25 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 62048 0 3 0 619 6 0 0 20 0 1 0 84340 185573376 38877 33554432000 4194304 7402444 140729628342320 140729628333496 4731480 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 45306 38877 684 784 0 38320 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 181224

[startup+12.7002 s]
/proc/loadavg: 0.45 0.13 0.10 3/249 9898
/proc/meminfo: memFree=31777984/32770624 swapFree=5956/172096
[pid=9894] ppid=9886 vsize=225368 CPUtime=12.64 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 75404 0 3 0 1257 7 0 0 20 0 1 0 84340 230776832 49895 33554432000 4194304 7402444 140729628342320 140729628333496 4731632 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 56342 49895 684 784 0 49356 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 225368

[startup+25.5003 s]
/proc/loadavg: 0.68 0.19 0.12 4/249 9898
/proc/meminfo: memFree=31713948/32770624 swapFree=5956/172096
[pid=9894] ppid=9886 vsize=285432 CPUtime=25.44 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 94931 0 3 0 2535 9 0 0 20 0 1 0 84340 292282368 64971 33554432000 4194304 7402444 140729628342320 140729628333496 4731639 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 71358 64971 684 784 0 64372 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 285432

[startup+51.1003 s]
/proc/loadavg: 1.13 0.34 0.17 3/249 9898
/proc/meminfo: memFree=31514564/32770624 swapFree=5956/172120
[pid=9894] ppid=9886 vsize=485232 CPUtime=51.03 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 189604 0 3 0 5086 17 0 0 20 0 1 0 84340 496877568 114921 33554432000 4194304 7402444 140729628342320 140729628333496 4731639 0 0 4096 0 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 121308 114921 684 784 0 114322 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 485232

[startup+102.3 s]
/proc/loadavg: 1.65 0.62 0.27 4/248 9899
/proc/meminfo: memFree=31502772/32770624 swapFree=5956/172148
[pid=9894] ppid=9886 vsize=496388 CPUtime=102.19 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 251436 0 3 0 10196 23 0 0 20 0 1 0 84340 508301312 117779 33554432000 4194304 7402444 140729628342320 140729628337496 5747600 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117779 716 784 0 117111 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 496388

[startup+162.3 s]
/proc/loadavg: 1.86 0.85 0.37 4/248 9903
/proc/meminfo: memFree=31503012/32770624 swapFree=5956/172984
[pid=9894] ppid=9886 vsize=496388 CPUtime=162.11 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 290596 0 3 0 16182 29 0 0 20 0 1 0 84340 508301312 117779 33554432000 4194304 7402444 140729628342320 140729628337496 4747962 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117779 716 784 0 117111 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 496388

[startup+222.309 s]
/proc/loadavg: 2.08 1.11 0.49 4/248 9904
/proc/meminfo: memFree=31503460/32770624 swapFree=5956/173020
[pid=9894] ppid=9886 vsize=496388 CPUtime=222.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 345114 0 3 0 22172 33 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 496388

[startup+282.3 s]
/proc/loadavg: 2.03 1.26 0.58 4/248 9905
/proc/meminfo: memFree=31503488/32770624 swapFree=5956/173052
[pid=9894] ppid=9886 vsize=496388 CPUtime=281.97 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 369053 0 3 0 28163 34 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 496388

[startup+342.3 s]
/proc/loadavg: 2.01 1.40 0.68 4/245 9906
/proc/meminfo: memFree=31503516/32770624 swapFree=5956/173064
[pid=9894] ppid=9886 vsize=496388 CPUtime=341.92 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 370994 0 3 0 34158 34 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 341.92
Current children cumulated vsize (KiB) 496388

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.75 4/244 9907
/proc/meminfo: memFree=31503748/32770624 swapFree=5956/173104
[pid=9894] ppid=9886 vsize=496388 CPUtime=401.87 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 372764 0 3 0 40152 35 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4248742 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 401.87
Current children cumulated vsize (KiB) 496388

[startup+462.3 s]
/proc/loadavg: 2.00 1.60 0.84 4/243 9915
/proc/meminfo: memFree=31503352/32770624 swapFree=5956/173140
[pid=9894] ppid=9886 vsize=496388 CPUtime=461.82 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 374250 0 3 0 46147 35 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327213 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 461.82
Current children cumulated vsize (KiB) 496388

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.90 4/243 9916
/proc/meminfo: memFree=31503872/32770624 swapFree=5956/173168
[pid=9894] ppid=9886 vsize=496388 CPUtime=521.77 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 375738 0 3 0 52142 35 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327160 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 521.77
Current children cumulated vsize (KiB) 496388

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.98 4/243 9917
/proc/meminfo: memFree=31503956/32770624 swapFree=5956/173196
[pid=9894] ppid=9886 vsize=496388 CPUtime=581.72 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 377210 0 3 0 58137 35 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327213 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 581.72
Current children cumulated vsize (KiB) 496388


################
# More data... #
################


[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.61 4/243 9964
/proc/meminfo: memFree=31504088/32770624 swapFree=5956/173680
[pid=9894] ppid=9886 vsize=496388 CPUtime=1480.94 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 397167 0 3 0 148057 37 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1480.94
Current children cumulated vsize (KiB) 496388

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.64 4/243 9965
/proc/meminfo: memFree=31504248/32770624 swapFree=5956/173708
[pid=9894] ppid=9886 vsize=496388 CPUtime=1540.89 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 398350 0 3 0 154052 37 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1540.89
Current children cumulated vsize (KiB) 496388

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.66 4/243 9966
/proc/meminfo: memFree=31501856/32770624 swapFree=5956/173736
[pid=9894] ppid=9886 vsize=496388 CPUtime=1600.83 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 399555 0 3 0 160046 37 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4466783 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1600.83
Current children cumulated vsize (KiB) 496388

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.68 4/244 9975
/proc/meminfo: memFree=31501968/32770624 swapFree=5956/173776
[pid=9894] ppid=9886 vsize=496388 CPUtime=1660.79 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 400753 0 3 0 166041 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1660.79
Current children cumulated vsize (KiB) 496388

[startup+1722.3 s]
/proc/loadavg: 2.16 2.02 1.71 4/244 9976
/proc/meminfo: memFree=31502604/32770624 swapFree=5956/173804
[pid=9894] ppid=9886 vsize=496388 CPUtime=1720.74 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 401934 0 3 0 172036 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4747680 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1720.74
Current children cumulated vsize (KiB) 496388

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.73 4/244 9977
/proc/meminfo: memFree=31503360/32770624 swapFree=5956/173832
[pid=9894] ppid=9886 vsize=496388 CPUtime=1780.69 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 403106 0 3 0 178031 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327213 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1780.69
Current children cumulated vsize (KiB) 496388

[startup+1842.3 s]
/proc/loadavg: 2.02 2.01 1.75 4/244 9978
/proc/meminfo: memFree=31503096/32770624 swapFree=5956/173860
[pid=9894] ppid=9886 vsize=496388 CPUtime=1840.63 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 404287 0 3 0 184025 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5818609 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1840.63
Current children cumulated vsize (KiB) 496388

[startup+1902.3 s]
/proc/loadavg: 2.01 2.01 1.76 4/244 9979
/proc/meminfo: memFree=31504532/32770624 swapFree=5956/173888
[pid=9894] ppid=9886 vsize=496388 CPUtime=1900.57 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 405458 0 3 0 190019 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5872796 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1900.57
Current children cumulated vsize (KiB) 496388

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 4/243 9980
/proc/meminfo: memFree=31504812/32770624 swapFree=5956/173924
[pid=9894] ppid=9886 vsize=496388 CPUtime=1960.52 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 406609 0 3 0 196014 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327204 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 1960.52
Current children cumulated vsize (KiB) 496388

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 4/243 9981
/proc/meminfo: memFree=31502952/32770624 swapFree=5956/173948
[pid=9894] ppid=9886 vsize=496388 CPUtime=2020.47 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 407767 0 3 0 202009 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4248926 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2020.47
Current children cumulated vsize (KiB) 496388

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 4/243 9982
/proc/meminfo: memFree=31502320/32770624 swapFree=5956/173976
[pid=9894] ppid=9886 vsize=496388 CPUtime=2080.42 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 408910 0 3 0 208004 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4467200 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2080.42
Current children cumulated vsize (KiB) 496388

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 4/243 9983
/proc/meminfo: memFree=31502904/32770624 swapFree=5956/174000
[pid=9894] ppid=9886 vsize=496388 CPUtime=2140.36 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 410361 0 3 0 213998 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327213 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2140.36
Current children cumulated vsize (KiB) 496388

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.83 4/243 9984
/proc/meminfo: memFree=31502840/32770624 swapFree=5956/174028
[pid=9894] ppid=9886 vsize=496388 CPUtime=2200.32 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 411483 0 3 0 219994 38 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4747743 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2200.32
Current children cumulated vsize (KiB) 496388

[startup+2262.3 s]
/proc/loadavg: 2.06 2.04 1.85 4/244 9993
/proc/meminfo: memFree=31501768/32770624 swapFree=5956/174060
[pid=9894] ppid=9886 vsize=496388 CPUtime=2260.27 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 412604 0 3 0 225988 39 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4342315 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2260.27
Current children cumulated vsize (KiB) 496388

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 1.86 4/244 9994
/proc/meminfo: memFree=31502516/32770624 swapFree=5956/174088
[pid=9894] ppid=9886 vsize=496388 CPUtime=2320.21 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 413727 0 3 0 231982 39 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327250 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2320.21
Current children cumulated vsize (KiB) 496388

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 1.87 4/244 9995
/proc/meminfo: memFree=31502908/32770624 swapFree=5956/174120
[pid=9894] ppid=9886 vsize=496388 CPUtime=2380.16 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 414834 0 3 0 237977 39 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 5327213 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2380.16
Current children cumulated vsize (KiB) 496388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.2 s]
/proc/loadavg: 2.01 2.03 1.87 2/239 10003
/proc/meminfo: memFree=31601960/32770624 swapFree=5956/174368
[pid=9894] ppid=9886 vsize=496388 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (MistralXCSP) R 9886 9894 9830 0 -1 4202496 415419 0 3 0 239965 39 0 0 20 0 1 0 84340 508301312 117789 33554432000 4194304 7402444 140729628342320 140729628337496 4537282 0 0 4096 16386 0 0 0 17 11 0 0 2 0 0 9500608 9505824 21671936 140729628345513 140729628345662 140729628345662 140729628348361 0
/proc/9894/statm: 124097 117789 726 784 0 117111 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 496388

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 2402.2
CPU time (s): 2400.06
CPU user time (s): 2399.66
CPU system time (s): 0.397661
CPU usage (%): 99.9107
Max. virtual memory (cumulated for all children) (KiB): 496520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.66
system time used= 0.397661
maximum resident set size= 472616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415460
page faults= 3
swaps= 0
block input operations= 1528
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123
involuntary context switches= 122009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.32143 second user time and 12.858 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 16:42:56
IDJOB=4240840
IDBENCH=124244
IDSOLVER=2622
FILE ID=node139/4240840-1500648176
RUNJOBID= node139-1500648173-9863
PBS_JOBID= 20623281
Free space on /tmp= 61992 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-1.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240840-1500648176/watcher-4240840-1500648176 -o /tmp/evaluation-result-4240840-1500648176/solver-4240840-1500648176 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500648173-9863 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 195319193 HOME/instance-4240840-1500648176.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=195319193

node139.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	: 5334.08
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	: 5334.08
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	: 5334.08
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		: 1733.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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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	: 5334.08
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		: 1600.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	: 5334.08
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		: 1600.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	: 5334.08
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		: 1600.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	: 5334.08
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:        32074608 kB
MemAvailable:   32026880 kB
Buffers:           29344 kB
Cached:           233808 kB
SwapCached:            0 kB
Active:           138456 kB
Inactive:         177700 kB
Active(anon):      55860 kB
Inactive(anon):     8548 kB
Active(file):      82596 kB
Inactive(file):   169152 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11412 kB
Writeback:             0 kB
AnonPages:         58904 kB
Mapped:            29152 kB
Shmem:              8852 kB
Slab:              63756 kB
SReclaimable:      32716 kB
SUnreclaim:        31040 kB
KernelStack:        4080 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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 node139 at 2017-07-21 17:22:58