Trace number 4242784

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.11 2401.41

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c2w2n.xml
MD5SUM46f71c9023558927bc58b896c2ad9580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark87
Best CPU time to get the best result obtained on this benchmark20045.199
Satisfiable
(Un)Satisfiability was proved
Number of variables1756
Number of constraints705
Number of domains2
Minimum domain size81
Maximum domain size352
Distribution of domain sizes[{"size":81,"count":1755},{"size":352,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1404},{"degree":5,"count":351}]
Minimum constraint arity5
Maximum constraint arity1755
Distribution of constraint arities[{"arity":5,"count":702},{"arity":352,"count":1},{"arity":1755,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":351},{"type":"lex","count":1},{"type":"sum","count":351},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.09/2401.40	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-4242784-1500660467/watcher-4242784-1500660467 -o /tmp/evaluation-result-4242784-1500660467/solver-4242784-1500660467 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500648174-2482 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1295301475 HOME/instance-4242784-1500660467.xml 

pid=4574
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4577
/proc/meminfo: memFree=32025796/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=28932 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 1011 0 0 0 1 0 0 0 20 0 1 0 1314228 29626368 789 33554432000 4194304 7402444 140730487861616 140730487858664 139782185884645 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 7233 789 617 784 0 247 0

[startup+0.10016 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4577
/proc/meminfo: memFree=32025796/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=36808 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 2968 0 0 0 9 0 0 0 20 0 1 0 1314228 37691392 2751 33554432000 4194304 7402444 140730487861616 140730487852312 4234432 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 9202 2751 690 784 0 2216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36808

[startup+0.200406 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4577
/proc/meminfo: memFree=32025796/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=46820 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 5877 0 0 0 19 0 0 0 20 0 1 0 1314228 47943680 5377 33554432000 4194304 7402444 140730487861616 140730487852376 4731480 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 11705 5377 691 784 0 4719 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46820

[startup+0.300383 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4577
/proc/meminfo: memFree=32025796/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=53036 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 7483 0 0 0 29 0 0 0 20 0 1 0 1314228 54308864 6933 33554432000 4194304 7402444 140730487861616 140730487852376 4731648 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 13259 6933 691 784 0 6273 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53036

[startup+0.700333 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4577
/proc/meminfo: memFree=32025796/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=72636 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 12080 0 0 0 68 1 0 0 20 0 1 0 1314228 74379264 11820 33554432000 4194304 7402444 140730487861616 140730487852376 4731632 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 18159 11820 691 784 0 11173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72636

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4578
/proc/meminfo: memFree=31971540/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=91680 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 16985 0 0 0 147 2 0 0 20 0 1 0 1314228 93880320 16584 33554432000 4194304 7402444 140730487861616 140730487852376 4731632 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 22920 16584 691 784 0 15934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91680

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4578
/proc/meminfo: memFree=31952992/32770624 swapFree=5776/213752
[pid=4577] ppid=4574 vsize=110880 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 24452 0 0 0 306 3 0 0 20 0 1 0 1314228 113541120 21385 33554432000 4194304 7402444 140730487861616 140730487852376 139782185884645 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 27720 21385 691 784 0 20734 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110880

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4578
/proc/meminfo: memFree=31897644/32770624 swapFree=5776/213720
[pid=4577] ppid=4574 vsize=163700 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 51474 0 0 0 623 6 0 0 20 0 1 0 1314228 167628800 34563 33554432000 4194304 7402444 140730487861616 140730487852376 4731639 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 40925 34563 691 784 0 33939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 163700

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4578
/proc/meminfo: memFree=31843540/32770624 swapFree=5776/213784
[pid=4577] ppid=4574 vsize=210504 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 66792 0 0 0 1261 7 0 0 20 0 1 0 1314228 215556096 46237 33554432000 4194304 7402444 140730487861616 140730487852376 4731648 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 52626 46237 691 784 0 45640 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 210504

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4578
/proc/meminfo: memFree=31774760/32770624 swapFree=5776/213784
[pid=4577] ppid=4574 vsize=275108 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 126295 0 0 0 2538 10 0 0 20 0 1 0 1314228 281710592 62509 33554432000 4194304 7402444 140730487861616 140730487856968 5327160 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 68777 62509 757 784 0 61791 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 275108

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4578
/proc/meminfo: memFree=31746840/32770624 swapFree=5776/213784
[pid=4577] ppid=4574 vsize=302416 CPUtime=51.05 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 164296 0 0 0 5092 13 0 0 20 0 1 0 1314228 309673984 69345 33554432000 4194304 7402444 140730487861616 140730487856312 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75604 69345 766 784 0 68618 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 302416

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4579
/proc/meminfo: memFree=31746316/32770624 swapFree=5776/213848
[pid=4577] ppid=4574 vsize=302284 CPUtime=102.21 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 177032 0 0 0 10208 13 0 0 20 0 1 0 1314228 309538816 69313 33554432000 4194304 7402444 140730487861616 140730487856792 5327250 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75571 69313 767 784 0 68585 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 302284

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4587
/proc/meminfo: memFree=31744772/32770624 swapFree=5776/213848
[pid=4577] ppid=4574 vsize=302872 CPUtime=162.15 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 179351 0 0 0 16202 13 0 0 20 0 1 0 1314228 310140928 69492 33554432000 4194304 7402444 140730487861616 140730487856280 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75718 69492 767 784 0 68732 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 302872

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4588
/proc/meminfo: memFree=31745592/32770624 swapFree=5776/213920
[pid=4577] ppid=4574 vsize=303004 CPUtime=222.13 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 180473 0 0 0 22200 13 0 0 20 0 1 0 1314228 310276096 69497 33554432000 4194304 7402444 140730487861616 140730487856120 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69497 767 784 0 68765 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 303004

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4589
/proc/meminfo: memFree=31745660/32770624 swapFree=5776/213920
[pid=4577] ppid=4574 vsize=303004 CPUtime=282.1 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 181545 0 0 0 28196 14 0 0 20 0 1 0 1314228 310276096 69517 33554432000 4194304 7402444 140730487861616 140730487856120 5327250 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69517 767 784 0 68765 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 303004

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4590
/proc/meminfo: memFree=31746340/32770624 swapFree=5776/213988
[pid=4577] ppid=4574 vsize=303004 CPUtime=342.07 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 182663 0 0 0 34193 14 0 0 20 0 1 0 1314228 310276096 69525 33554432000 4194304 7402444 140730487861616 140730487856120 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69525 767 784 0 68765 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 303004

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4591
/proc/meminfo: memFree=31746464/32770624 swapFree=5776/213996
[pid=4577] ppid=4574 vsize=303004 CPUtime=402.03 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 183822 0 0 0 40189 14 0 0 20 0 1 0 1314228 310276096 69525 33554432000 4194304 7402444 140730487861616 140730487856120 5878051 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69525 767 784 0 68765 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 303004

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4592
/proc/meminfo: memFree=31746324/32770624 swapFree=5776/214064
[pid=4577] ppid=4574 vsize=303004 CPUtime=462 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 184871 0 0 0 46186 14 0 0 20 0 1 0 1314228 310276096 69525 33554432000 4194304 7402444 140730487861616 140730487856120 4747176 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69525 767 784 0 68765 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 303004

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4593
/proc/meminfo: memFree=31746648/32770624 swapFree=5776/214064
[pid=4577] ppid=4574 vsize=303004 CPUtime=521.97 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 185824 0 0 0 52183 14 0 0 20 0 1 0 1314228 310276096 69525 33554432000 4194304 7402444 140730487861616 140730487856120 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69525 767 784 0 68765 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 303004

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4594
/proc/meminfo: memFree=31747112/32770624 swapFree=5776/214128
[pid=4577] ppid=4574 vsize=303004 CPUtime=581.94 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 187013 0 0 0 58180 14 0 0 20 0 1 0 1314228 310276096 69525 33554432000 4194304 7402444 140730487861616 140730487856120 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75751 69525 767 784 0 68765 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 303004


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


[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 4626
/proc/meminfo: memFree=31746020/32770624 swapFree=5776/214660
[pid=4577] ppid=4574 vsize=303136 CPUtime=1481.47 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 203552 0 0 0 148131 16 0 0 20 0 1 0 1314228 310411264 69539 33554432000 4194304 7402444 140730487861616 140730487856088 5818604 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75784 69539 767 784 0 68798 0
Current children cumulated CPU time (s) 1481.47
Current children cumulated vsize (KiB) 303136

[startup+1542.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 4627
/proc/meminfo: memFree=31744252/32770624 swapFree=5776/214748
[pid=4577] ppid=4574 vsize=303136 CPUtime=1541.45 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 204664 0 0 0 154129 16 0 0 20 0 1 0 1314228 310411264 69539 33554432000 4194304 7402444 140730487861616 140730487856088 5698151 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75784 69539 767 784 0 68798 0
Current children cumulated CPU time (s) 1541.45
Current children cumulated vsize (KiB) 303136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 4628
/proc/meminfo: memFree=31744944/32770624 swapFree=5776/214752
[pid=4577] ppid=4574 vsize=303136 CPUtime=1601.41 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 205830 0 0 0 160125 16 0 0 20 0 1 0 1314228 310411264 69539 33554432000 4194304 7402444 140730487861616 140730487856088 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75784 69539 767 784 0 68798 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 303136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4629
/proc/meminfo: memFree=31745204/32770624 swapFree=5776/214808
[pid=4577] ppid=4574 vsize=303136 CPUtime=1661.37 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 206890 0 0 0 166121 16 0 0 20 0 1 0 1314228 310411264 69539 33554432000 4194304 7402444 140730487861616 140730487856088 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75784 69539 767 784 0 68798 0
Current children cumulated CPU time (s) 1661.37
Current children cumulated vsize (KiB) 303136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4630
/proc/meminfo: memFree=31745156/32770624 swapFree=5776/214808
[pid=4577] ppid=4574 vsize=303136 CPUtime=1721.34 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 207999 0 0 0 172118 16 0 0 20 0 1 0 1314228 310411264 69539 33554432000 4194304 7402444 140730487861616 140730487856088 5327254 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75784 69539 767 784 0 68798 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 303136

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4631
/proc/meminfo: memFree=31744820/32770624 swapFree=5776/214880
[pid=4577] ppid=4574 vsize=303268 CPUtime=1781.31 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 209184 0 0 0 178115 16 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 1781.31
Current children cumulated vsize (KiB) 303268

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4632
/proc/meminfo: memFree=31745792/32770624 swapFree=5776/214880
[pid=4577] ppid=4574 vsize=303268 CPUtime=1841.28 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 210289 0 0 0 184112 16 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5327193 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 1841.28
Current children cumulated vsize (KiB) 303268

[startup+1902.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/243 4633
/proc/meminfo: memFree=31746064/32770624 swapFree=5776/214952
[pid=4577] ppid=4574 vsize=303268 CPUtime=1901.24 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 211463 0 0 0 190108 16 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 1901.24
Current children cumulated vsize (KiB) 303268

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 4642
/proc/meminfo: memFree=31745436/32770624 swapFree=5776/214952
[pid=4577] ppid=4574 vsize=303268 CPUtime=1961.21 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 212483 0 0 0 196105 16 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5746096 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 1961.21
Current children cumulated vsize (KiB) 303268

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 4643
/proc/meminfo: memFree=31744024/32770624 swapFree=5776/215020
[pid=4577] ppid=4574 vsize=303268 CPUtime=2021.19 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 213638 0 0 0 202102 17 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5746100 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 2021.19
Current children cumulated vsize (KiB) 303268

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 4644
/proc/meminfo: memFree=31744200/32770624 swapFree=5776/215020
[pid=4577] ppid=4574 vsize=303268 CPUtime=2081.17 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 214808 0 0 0 208100 17 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5327213 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 2081.17
Current children cumulated vsize (KiB) 303268

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4645
/proc/meminfo: memFree=31744688/32770624 swapFree=5776/215088
[pid=4577] ppid=4574 vsize=303268 CPUtime=2141.13 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 215923 0 0 0 214096 17 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 2141.13
Current children cumulated vsize (KiB) 303268

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4646
/proc/meminfo: memFree=31743988/32770624 swapFree=5776/215092
[pid=4577] ppid=4574 vsize=303268 CPUtime=2201.1 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 217116 0 0 0 220093 17 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5695885 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 2201.1
Current children cumulated vsize (KiB) 303268

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4647
/proc/meminfo: memFree=31743892/32770624 swapFree=5776/215160
[pid=4577] ppid=4574 vsize=303268 CPUtime=2261.06 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 218220 0 0 0 226089 17 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5327208 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 2261.06
Current children cumulated vsize (KiB) 303268

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4648
/proc/meminfo: memFree=31744616/32770624 swapFree=5776/215160
[pid=4577] ppid=4574 vsize=303268 CPUtime=2321.03 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 219328 0 0 0 232086 17 0 0 20 0 1 0 1314228 310546432 69569 33554432000 4194304 7402444 140730487861616 140730487856120 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75817 69569 767 784 0 68831 0
Current children cumulated CPU time (s) 2321.03
Current children cumulated vsize (KiB) 303268

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4715
/proc/meminfo: memFree=31542576/32770624 swapFree=5776/216432
[pid=4577] ppid=4574 vsize=303768 CPUtime=2381 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 220624 0 0 0 238083 17 0 0 20 0 1 0 1314228 311058432 69684 33554432000 4194304 7402444 140730487861616 140730487856248 5327204 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75942 69684 767 784 0 68956 0
Current children cumulated CPU time (s) 2381
Current children cumulated vsize (KiB) 303768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.41 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4715
/proc/meminfo: memFree=26358868/32770624 swapFree=5776/216432
[pid=4577] ppid=4574 vsize=303768 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/4577/stat : 4577 (MistralXCSP) R 4574 4577 2451 0 -1 4202496 220914 0 0 0 239992 17 0 0 20 0 1 0 1314228 311058432 69684 33554432000 4194304 7402444 140730487861616 140730487856248 4300171 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 17043456 140730487866536 140730487866686 140730487866686 140730487869385 0
/proc/4577/statm: 75942 69684 767 784 0 68956 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 303768

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 4577 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 2401.41
CPU time (s): 2400.11
CPU user time (s): 2399.93
CPU system time (s): 0.178906
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 303768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.93
system time used= 0.178906
maximum resident set size= 287404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75
involuntary context switches= 121888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.35095 second user time and 12.4899 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-21 20:07:48
IDJOB=4242784
IDBENCH=136475
IDSOLVER=2622
FILE ID=node128/4242784-1500660467
RUNJOBID= node128-1500648174-2482
PBS_JOBID= 20623292
Free space on /tmp= 62016 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c2w2n.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-4242784-1500660467/watcher-4242784-1500660467 -o /tmp/evaluation-result-4242784-1500660467/solver-4242784-1500660467 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500648174-2482 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1295301475 HOME/instance-4242784-1500660467.xml

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

MD5SUM BENCH= 46f71c9023558927bc58b896c2ad9580
RANDOM SEED=1295301475

node128.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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32025752 kB
MemAvailable:   32023936 kB
Buffers:           32956 kB
Cached:           277840 kB
SwapCached:            0 kB
Active:           152740 kB
Inactive:         222472 kB
Active(anon):      67568 kB
Inactive(anon):     8720 kB
Active(file):      85172 kB
Inactive(file):   213752 kB
Unevictable:        5776 kB
Mlocked:            5776 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5960 kB
Writeback:             0 kB
AnonPages:         69240 kB
Mapped:            30560 kB
Shmem:              8844 kB
Slab:              61672 kB
SReclaimable:      30188 kB
SUnreclaim:        31484 kB
KernelStack:        4272 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     338344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61920 MiB
End job on node128 at 2017-07-21 20:47:49