Trace number 4241736

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Mistral-2.0 2017-06-28? (TO) 2400.04 2400.31

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1481
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.02/2400.30	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-4241736-1500629173/watcher-4241736-1500629173 -o /tmp/evaluation-result-4241736-1500629173/solver-4241736-1500629173 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500623778-3045 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2135855154 HOME/instance-4241736-1500629173.xml 

pid=4451
running on 4 cores: 0,2,4,6

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.02 2.02 1.99 3/186 4454
/proc/meminfo: memFree=30359772/32770624 swapFree=6400/1472368
[pid=4454] ppid=4451 vsize=28940 CPUtime=0 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 998 0 0 0 0 0 0 0 20 0 1 0 16194172 29634560 803 33554432000 4194304 7402444 140736228535520 140736228532568 140301043002341 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 7235 803 618 784 0 249 0

[startup+0.100175 s]
/proc/loadavg: 2.02 2.02 1.99 3/186 4454
/proc/meminfo: memFree=30359772/32770624 swapFree=6400/1472368
[pid=4454] ppid=4451 vsize=54960 CPUtime=0.09 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 7674 0 0 0 8 1 0 0 20 0 1 0 16194172 56279040 7406 33554432000 4194304 7402444 140736228535520 140736228528760 6143819 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 13740 7406 678 784 0 6754 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54960

[startup+0.200418 s]
/proc/loadavg: 2.02 2.02 1.99 3/186 4454
/proc/meminfo: memFree=30359772/32770624 swapFree=6400/1472368
[pid=4454] ppid=4451 vsize=58936 CPUtime=0.18 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 8781 0 0 0 17 1 0 0 20 0 1 0 16194172 60350464 8407 33554432000 4194304 7402444 140736228535520 140736228526136 4731480 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 14734 8407 704 784 0 7748 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 58936

[startup+0.30034 s]
/proc/loadavg: 2.02 2.02 1.99 3/186 4454
/proc/meminfo: memFree=30359772/32770624 swapFree=6400/1472368
[pid=4454] ppid=4451 vsize=67608 CPUtime=0.29 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 10979 0 0 0 27 2 0 0 20 0 1 0 16194172 69230592 10585 33554432000 4194304 7402444 140736228535520 140736228530056 4470777 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 16902 10585 740 784 0 9916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67608

[startup+0.700316 s]
/proc/loadavg: 2.02 2.02 1.99 3/186 4454
/proc/meminfo: memFree=30359772/32770624 swapFree=6400/1472368
[pid=4454] ppid=4451 vsize=67972 CPUtime=0.69 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 11096 0 0 0 67 2 0 0 20 0 1 0 16194172 69603328 10717 33554432000 4194304 7402444 140736228535520 140736228530104 5324377 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 16993 10717 743 784 0 10007 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67972

[startup+1.50033 s]
/proc/loadavg: 2.02 2.02 1.99 3/187 4455
/proc/meminfo: memFree=30319968/32770624 swapFree=6400/1472344
[pid=4454] ppid=4451 vsize=68104 CPUtime=1.49 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 11133 0 0 0 147 2 0 0 20 0 1 0 16194172 69738496 10717 33554432000 4194304 7402444 140736228535520 140736228530104 4470777 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17026 10717 743 784 0 10040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68104

[startup+3.10031 s]
/proc/loadavg: 2.02 2.02 1.99 3/187 4455
/proc/meminfo: memFree=30319596/32770624 swapFree=6400/1472344
[pid=4454] ppid=4451 vsize=68104 CPUtime=3.09 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 15503 0 0 0 307 2 0 0 20 0 1 0 16194172 69738496 10765 33554432000 4194304 7402444 140736228535520 140736228530104 4709414 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17026 10765 743 784 0 10040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68104

[startup+6.30028 s]
/proc/loadavg: 2.02 2.02 1.99 3/187 4455
/proc/meminfo: memFree=30319200/32770624 swapFree=6400/1472340
[pid=4454] ppid=4451 vsize=68104 CPUtime=6.29 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 18157 0 0 0 627 2 0 0 20 0 1 0 16194172 69738496 10765 33554432000 4194304 7402444 140736228535520 140736228530104 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17026 10765 743 784 0 10040 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68104

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 1.99 3/187 4455
/proc/meminfo: memFree=30318820/32770624 swapFree=6400/1472356
[pid=4454] ppid=4451 vsize=68500 CPUtime=12.69 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 23028 0 0 0 1267 2 0 0 20 0 1 0 16194172 70144000 10809 33554432000 4194304 7402444 140736228535520 140736228530056 4470777 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17125 10809 743 784 0 10139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68500

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 1.99 3/187 4455
/proc/meminfo: memFree=30318944/32770624 swapFree=6400/1472368
[pid=4454] ppid=4451 vsize=68632 CPUtime=25.49 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 31225 0 0 0 2547 2 0 0 20 0 1 0 16194172 70279168 10885 33554432000 4194304 7402444 140736228535520 140736228530120 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17158 10885 743 784 0 10172 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68632

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.99 3/187 4455
/proc/meminfo: memFree=30318748/32770624 swapFree=6400/1472380
[pid=4454] ppid=4451 vsize=68764 CPUtime=51.08 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 37826 0 0 0 5106 2 0 0 20 0 1 0 16194172 70414336 10912 33554432000 4194304 7402444 140736228535520 140736228530104 4747331 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17191 10912 743 784 0 10205 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68764

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 4456
/proc/meminfo: memFree=30318844/32770624 swapFree=6400/1472424
[pid=4454] ppid=4451 vsize=68764 CPUtime=102.27 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 38979 0 0 0 10225 2 0 0 20 0 1 0 16194172 70414336 10919 33554432000 4194304 7402444 140736228535520 140736228530104 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17191 10919 743 784 0 10205 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 68764

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 4458
/proc/meminfo: memFree=30317728/32770624 swapFree=6400/1472464
[pid=4454] ppid=4451 vsize=68764 CPUtime=162.26 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 39481 0 0 0 16224 2 0 0 20 0 1 0 16194172 70414336 10935 33554432000 4194304 7402444 140736228535520 140736228530104 4397260 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17191 10935 743 784 0 10205 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 68764

[startup+222.306 s]
/proc/loadavg: 2.05 2.03 2.00 3/186 4459
/proc/meminfo: memFree=30319196/32770624 swapFree=6400/1472492
[pid=4454] ppid=4451 vsize=68764 CPUtime=222.25 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 39984 0 0 0 22223 2 0 0 20 0 1 0 16194172 70414336 10936 33554432000 4194304 7402444 140736228535520 140736228530104 4709386 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17191 10936 743 784 0 10205 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 68764

[startup+282.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/187 4468
/proc/meminfo: memFree=30316616/32770624 swapFree=6400/1472532
[pid=4454] ppid=4451 vsize=68764 CPUtime=282.24 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 40485 0 0 0 28222 2 0 0 20 0 1 0 16194172 70414336 10936 33554432000 4194304 7402444 140736228535520 140736228530104 4248729 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17191 10936 743 784 0 10205 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 68764

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/187 4469
/proc/meminfo: memFree=30316984/32770624 swapFree=6400/1472560
[pid=4454] ppid=4451 vsize=68764 CPUtime=342.23 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 40982 0 0 0 34221 2 0 0 20 0 1 0 16194172 70414336 10937 33554432000 4194304 7402444 140736228535520 140736228530104 5698161 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17191 10937 743 784 0 10205 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 68764

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/187 4470
/proc/meminfo: memFree=30315852/32770624 swapFree=6400/1472584
[pid=4454] ppid=4451 vsize=70148 CPUtime=402.24 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 41838 0 0 0 40221 3 0 0 20 0 1 0 16194172 71831552 11222 33554432000 4194304 7402444 140736228535520 140736228530152 5695920 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11222 743 784 0 10551 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 70148

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/187 4471
/proc/meminfo: memFree=30316208/32770624 swapFree=6400/1472624
[pid=4454] ppid=4451 vsize=70148 CPUtime=462.23 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 42418 0 0 0 46220 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4394144 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 70148

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/187 4472
/proc/meminfo: memFree=30316376/32770624 swapFree=6400/1472652
[pid=4454] ppid=4451 vsize=70148 CPUtime=522.22 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 42954 0 0 0 52219 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 70148

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/187 4473
/proc/meminfo: memFree=30316712/32770624 swapFree=6400/1472680
[pid=4454] ppid=4451 vsize=70148 CPUtime=582.22 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 43347 0 0 0 58219 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5695882 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 70148


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 4503
/proc/meminfo: memFree=30316272/32770624 swapFree=6400/1473192
[pid=4454] ppid=4451 vsize=70148 CPUtime=1542.12 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 51250 0 0 0 154209 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5698149 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1542.12
Current children cumulated vsize (KiB) 70148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 4504
/proc/meminfo: memFree=30316264/32770624 swapFree=6400/1473220
[pid=4454] ppid=4451 vsize=70148 CPUtime=1602.11 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 51772 0 0 0 160208 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5324366 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 70148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 4505
/proc/meminfo: memFree=30316124/32770624 swapFree=6400/1473256
[pid=4454] ppid=4451 vsize=70148 CPUtime=1662.1 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 52283 0 0 0 166207 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5696208 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1662.1
Current children cumulated vsize (KiB) 70148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 4506
/proc/meminfo: memFree=30315852/32770624 swapFree=6400/1473288
[pid=4454] ppid=4451 vsize=70148 CPUtime=1722.09 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 52806 0 0 0 172206 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4537294 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1722.09
Current children cumulated vsize (KiB) 70148

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.02 3/187 4508
/proc/meminfo: memFree=30315832/32770624 swapFree=6400/1473324
[pid=4454] ppid=4451 vsize=70148 CPUtime=1782.09 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 53334 0 0 0 178206 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5324377 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1782.09
Current children cumulated vsize (KiB) 70148

[startup+1842.3 s]
/proc/loadavg: 2.03 2.02 2.02 3/187 4509
/proc/meminfo: memFree=30315836/32770624 swapFree=6400/1473352
[pid=4454] ppid=4451 vsize=70148 CPUtime=1842.08 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 53851 0 0 0 184205 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4398291 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1842.08
Current children cumulated vsize (KiB) 70148

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/187 4510
/proc/meminfo: memFree=30315324/32770624 swapFree=6400/1473384
[pid=4454] ppid=4451 vsize=70148 CPUtime=1902.07 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 54379 0 0 0 190204 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5324597 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1902.07
Current children cumulated vsize (KiB) 70148

[startup+1962.3 s]
/proc/loadavg: 2.15 2.07 2.05 3/187 4700
/proc/meminfo: memFree=28697480/32770624 swapFree=6400/1478508
[pid=4454] ppid=4451 vsize=70148 CPUtime=1962.07 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 54786 0 0 0 196204 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4747338 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 1962.07
Current children cumulated vsize (KiB) 70148

[startup+2022.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/187 4701
/proc/meminfo: memFree=26463560/32770624 swapFree=6400/1478544
[pid=4454] ppid=4451 vsize=70148 CPUtime=2022.06 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 55116 0 0 0 202203 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5324390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2022.06
Current children cumulated vsize (KiB) 70148

[startup+2082.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/187 4709
/proc/meminfo: memFree=23836304/32770624 swapFree=6400/1478572
[pid=4454] ppid=4451 vsize=70148 CPUtime=2082.06 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 55834 0 0 0 208203 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5695882 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2082.06
Current children cumulated vsize (KiB) 70148

[startup+2142.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 4733
/proc/meminfo: memFree=22472024/32770624 swapFree=6400/1478608
[pid=4454] ppid=4451 vsize=70148 CPUtime=2142.05 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 56355 0 0 0 214202 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5324632 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2142.05
Current children cumulated vsize (KiB) 70148

[startup+2202.31 s]
/proc/loadavg: 2.05 2.05 2.05 3/188 4734
/proc/meminfo: memFree=22471324/32770624 swapFree=6400/1478628
[pid=4454] ppid=4451 vsize=70148 CPUtime=2202.05 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 56878 0 0 0 220202 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4747401 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 70148

[startup+2262.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/188 4735
/proc/meminfo: memFree=22470812/32770624 swapFree=6400/1478656
[pid=4454] ppid=4451 vsize=70148 CPUtime=2262.03 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 57407 0 0 0 226200 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4398258 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2262.03
Current children cumulated vsize (KiB) 70148

[startup+2322.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 4736
/proc/meminfo: memFree=22471148/32770624 swapFree=6400/1478680
[pid=4454] ppid=4451 vsize=70148 CPUtime=2322.03 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 57928 0 0 0 232200 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 5696191 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2322.03
Current children cumulated vsize (KiB) 70148

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 4737
/proc/meminfo: memFree=22470652/32770624 swapFree=6400/1478704
[pid=4454] ppid=4451 vsize=70148 CPUtime=2382.02 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 58455 0 0 0 238199 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4470802 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2382.02
Current children cumulated vsize (KiB) 70148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 4738
/proc/meminfo: memFree=22471072/32770624 swapFree=6400/1478720
[pid=4454] ppid=4451 vsize=70148 CPUtime=2400.02 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 58766 0 0 0 239999 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4747338 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 70148

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

[startup+2400.31 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 4738
/proc/meminfo: memFree=22471072/32770624 swapFree=6400/1478720
[pid=4454] ppid=4451 vsize=70148 CPUtime=2400.02 cores=0,2,4,6
/proc/4454/stat : 4454 (MistralXCSP) R 4451 4454 3014 0 -1 4202496 58766 0 0 0 239999 3 0 0 20 0 1 0 16194172 71831552 11283 33554432000 4194304 7402444 140736228535520 140736228530152 4747338 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 26492928 140736228541608 140736228541758 140736228541758 140736228544457 0
/proc/4454/statm: 17537 11283 743 784 0 10551 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 70148

Child status: 0
Real time (s): 2400.31
CPU time (s): 2400.04
CPU user time (s): 2400
CPU system time (s): 0.038995
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 70148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.038995
maximum resident set size= 45164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58803
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= 26
involuntary context switches= 120641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.19236 second user time and 8.64314 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-21 11:26:13
IDJOB=4241736
IDBENCH=128150
IDSOLVER=2622
FILE ID=node127/4241736-1500629173
RUNJOBID= node127-1500623778-3045
PBS_JOBID= 20623006
Free space on /tmp= 61988 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.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-4241736-1500629173/watcher-4241736-1500629173 -o /tmp/evaluation-result-4241736-1500629173/solver-4241736-1500629173 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500623778-3045 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2135855154 HOME/instance-4241736-1500629173.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=2135855154

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30360340 kB
MemAvailable:   31905572 kB
Buffers:          156148 kB
Cached:          1668200 kB
SwapCached:            0 kB
Active:           505912 kB
Inactive:        1481392 kB
Active(anon):     165600 kB
Inactive(anon):     8900 kB
Active(file):     340312 kB
Inactive(file):  1472492 kB
Unevictable:        6400 kB
Mlocked:            6400 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5788 kB
Writeback:            16 kB
AnonPages:        224804 kB
Mapped:            34200 kB
Shmem:              8848 kB
Slab:             121412 kB
SReclaimable:      96524 kB
SUnreclaim:        24888 kB
KernelStack:        3456 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     435756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61868 MiB
End job on node127 at 2017-07-21 12:06:14