Trace number 4241732

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.08 2400.7

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-85-05.xml
MD5SUM5a3f618f89c6aa3a803c36caec9b03ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.191601
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree89
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":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"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":3}, {"degree":89,"count":29}]
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":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":2},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":5},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":2},{"arity":56,"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":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.06/2400.70	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-4241732-1500629071/watcher-4241732-1500629071 -o /tmp/evaluation-result-4241732-1500629071/solver-4241732-1500629071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500623787-3571 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1347122723 HOME/instance-4241732-1500629071.xml 

pid=7335
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.00 2.01 1.99 3/187 7338
/proc/meminfo: memFree=30254908/32770624 swapFree=6376/1113456
[pid=7338] ppid=7335 vsize=28940 CPUtime=0 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 1007 0 0 0 0 0 0 0 20 0 1 0 16184361 29634560 801 33554432000 4194304 7402444 140734464127168 140734464124216 139741110156261 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 7235 801 618 784 0 249 0

[startup+0.100114 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7338
/proc/meminfo: memFree=30254908/32770624 swapFree=6376/1113456
[pid=7338] ppid=7335 vsize=55476 CPUtime=0.09 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 7803 0 0 0 8 1 0 0 20 0 1 0 16184361 56807424 7537 33554432000 4194304 7402444 140734464127168 140734464119208 5947820 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 13869 7537 704 784 0 6883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55476

[startup+0.200312 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7338
/proc/meminfo: memFree=30254908/32770624 swapFree=6376/1113456
[pid=7338] ppid=7335 vsize=60576 CPUtime=0.19 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 9212 0 0 0 18 1 0 0 20 0 1 0 16184361 62029824 8795 33554432000 4194304 7402444 140734464127168 140734464117784 6090971 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 15144 8795 704 784 0 8158 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60576

[startup+0.300264 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7338
/proc/meminfo: memFree=30254908/32770624 swapFree=6376/1113456
[pid=7338] ppid=7335 vsize=68332 CPUtime=0.29 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 11165 0 0 0 27 2 0 0 20 0 1 0 16184361 69971968 10775 33554432000 4194304 7402444 140734464127168 140734464121752 4394157 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17083 10775 740 784 0 10097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68332

[startup+0.700175 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7338
/proc/meminfo: memFree=30254908/32770624 swapFree=6376/1113456
[pid=7338] ppid=7335 vsize=68332 CPUtime=0.69 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 11169 0 0 0 67 2 0 0 20 0 1 0 16184361 69971968 10775 33554432000 4194304 7402444 140734464127168 140734464121752 5695876 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17083 10775 740 784 0 10097 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68332

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 7339
/proc/meminfo: memFree=30214724/32770624 swapFree=6376/1113488
[pid=7338] ppid=7335 vsize=68596 CPUtime=1.49 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 11245 0 0 0 147 2 0 0 20 0 1 0 16184361 70242304 10841 33554432000 4194304 7402444 140734464127168 140734464121752 4529209 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17149 10841 743 784 0 10163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68596

[startup+3.10017 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 7339
/proc/meminfo: memFree=30214108/32770624 swapFree=6376/1113488
[pid=7338] ppid=7335 vsize=68728 CPUtime=3.09 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 16037 0 0 0 307 2 0 0 20 0 1 0 16184361 70377472 10907 33554432000 4194304 7402444 140734464127168 140734464121752 4709363 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17182 10907 743 784 0 10196 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68728

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 7339
/proc/meminfo: memFree=30213168/32770624 swapFree=6376/1113488
[pid=7338] ppid=7335 vsize=68728 CPUtime=6.28 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 20925 0 0 0 626 2 0 0 20 0 1 0 16184361 70377472 10910 33554432000 4194304 7402444 140734464127168 140734464121752 5695885 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17182 10910 743 784 0 10196 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 68728

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 7339
/proc/meminfo: memFree=30213128/32770624 swapFree=6376/1113500
[pid=7338] ppid=7335 vsize=68728 CPUtime=12.69 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 25773 0 0 0 1266 3 0 0 20 0 1 0 16184361 70377472 10914 33554432000 4194304 7402444 140734464127168 140734464121752 4394252 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17182 10914 743 784 0 10196 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68728

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 7339
/proc/meminfo: memFree=30211640/32770624 swapFree=6376/1113512
[pid=7338] ppid=7335 vsize=70252 CPUtime=25.48 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 35858 0 0 0 2545 3 0 0 20 0 1 0 16184361 71938048 11284 33554432000 4194304 7402444 140734464127168 140734464121704 5696198 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11284 743 784 0 10577 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70252

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7340
/proc/meminfo: memFree=30211504/32770624 swapFree=6376/1113532
[pid=7338] ppid=7335 vsize=70252 CPUtime=51.08 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 41083 0 0 0 5104 4 0 0 20 0 1 0 16184361 71938048 11284 33554432000 4194304 7402444 140734464127168 140734464121704 5324328 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11284 743 784 0 10577 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70252

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7341
/proc/meminfo: memFree=30211128/32770624 swapFree=6376/1113564
[pid=7338] ppid=7335 vsize=70252 CPUtime=102.26 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 46088 0 0 0 10222 4 0 0 20 0 1 0 16184361 71938048 11284 33554432000 4194304 7402444 140734464127168 140734464121704 4470962 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11284 743 784 0 10577 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70252

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7342
/proc/meminfo: memFree=30211152/32770624 swapFree=6376/1113592
[pid=7338] ppid=7335 vsize=70252 CPUtime=162.25 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 51173 0 0 0 16220 5 0 0 20 0 1 0 16184361 71938048 11284 33554432000 4194304 7402444 140734464127168 140734464121704 4238699 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11284 743 784 0 10577 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 70252

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7594
/proc/meminfo: memFree=30234528/32770624 swapFree=6376/1113784
[pid=7338] ppid=7335 vsize=70252 CPUtime=222.22 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 56226 0 0 0 22217 5 0 0 20 0 1 0 16184361 71938048 11284 33554432000 4194304 7402444 140734464127168 140734464121704 5324390 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11284 743 784 0 10577 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 70252

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/186 7658
/proc/meminfo: memFree=30776128/32770624 swapFree=6376/1113856
[pid=7338] ppid=7335 vsize=70252 CPUtime=282.19 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 56937 0 0 0 28214 5 0 0 20 0 1 0 16184361 71938048 11290 33554432000 4194304 7402444 140734464127168 140734464121704 4709394 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11290 743 784 0 10577 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 70252

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7667
/proc/meminfo: memFree=30773632/32770624 swapFree=6376/1113904
[pid=7338] ppid=7335 vsize=70252 CPUtime=342.19 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 57607 0 0 0 34213 6 0 0 20 0 1 0 16184361 71938048 11290 33554432000 4194304 7402444 140734464127168 140734464121704 4395830 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11290 743 784 0 10577 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 70252

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7668
/proc/meminfo: memFree=30774404/32770624 swapFree=6376/1113932
[pid=7338] ppid=7335 vsize=70252 CPUtime=402.17 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 58257 0 0 0 40211 6 0 0 20 0 1 0 16184361 71938048 11290 33554432000 4194304 7402444 140734464127168 140734464121704 5324390 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11290 743 784 0 10577 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 70252

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7669
/proc/meminfo: memFree=30774612/32770624 swapFree=6376/1113964
[pid=7338] ppid=7335 vsize=70252 CPUtime=462.16 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 58894 0 0 0 46210 6 0 0 20 0 1 0 16184361 71938048 11290 33554432000 4194304 7402444 140734464127168 140734464121704 5698112 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11290 743 784 0 10577 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 70252

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7670
/proc/meminfo: memFree=30774720/32770624 swapFree=6376/1114004
[pid=7338] ppid=7335 vsize=70252 CPUtime=522.14 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 59536 0 0 0 52208 6 0 0 20 0 1 0 16184361 71938048 11290 33554432000 4194304 7402444 140734464127168 140734464121704 5695882 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11290 743 784 0 10577 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 70252

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7671
/proc/meminfo: memFree=30774784/32770624 swapFree=6376/1114032
[pid=7338] ppid=7335 vsize=70252 CPUtime=582.13 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 60193 0 0 0 58207 6 0 0 20 0 1 0 16184361 71938048 11290 33554432000 4194304 7402444 140734464127168 140734464121704 4471320 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17563 11290 743 784 0 10577 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 70252


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.01 3/188 7702
/proc/meminfo: memFree=30771532/32770624 swapFree=6376/1114544
[pid=7338] ppid=7335 vsize=70752 CPUtime=1541.88 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 70607 0 0 0 154181 7 0 0 20 0 1 0 16184361 72450048 11342 33554432000 4194304 7402444 140734464127168 140734464121800 5324377 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11342 743 784 0 10702 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 70752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/188 7703
/proc/meminfo: memFree=30772072/32770624 swapFree=6376/1114568
[pid=7338] ppid=7335 vsize=70752 CPUtime=1601.86 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 71265 0 0 0 160179 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4747374 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 70752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/188 7704
/proc/meminfo: memFree=30772688/32770624 swapFree=6376/1114600
[pid=7338] ppid=7335 vsize=70752 CPUtime=1661.85 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 71920 0 0 0 166178 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4470799 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 70752

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/188 7705
/proc/meminfo: memFree=30772520/32770624 swapFree=6376/1114636
[pid=7338] ppid=7335 vsize=70752 CPUtime=1721.83 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 72584 0 0 0 172176 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 5695885 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 70752

[startup+1782.3 s]
/proc/loadavg: 2.14 2.06 2.02 3/188 7706
/proc/meminfo: memFree=30772784/32770624 swapFree=6376/1114668
[pid=7338] ppid=7335 vsize=70752 CPUtime=1781.82 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 73222 0 0 0 178175 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 5324377 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 70752

[startup+1842.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/187 7708
/proc/meminfo: memFree=30772892/32770624 swapFree=6376/1114708
[pid=7338] ppid=7335 vsize=70752 CPUtime=1841.8 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 73894 0 0 0 184173 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4394374 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1841.8
Current children cumulated vsize (KiB) 70752

[startup+1902.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/187 7709
/proc/meminfo: memFree=30772928/32770624 swapFree=6376/1114736
[pid=7338] ppid=7335 vsize=70752 CPUtime=1901.79 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 74588 0 0 0 190172 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 5696112 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1901.79
Current children cumulated vsize (KiB) 70752

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/187 7710
/proc/meminfo: memFree=30773360/32770624 swapFree=6376/1114764
[pid=7338] ppid=7335 vsize=70752 CPUtime=1961.77 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 75264 0 0 0 196170 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4709414 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 1961.77
Current children cumulated vsize (KiB) 70752

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/187 7712
/proc/meminfo: memFree=30773556/32770624 swapFree=6376/1114812
[pid=7338] ppid=7335 vsize=70752 CPUtime=2021.76 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 75915 0 0 0 202169 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4537271 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2021.76
Current children cumulated vsize (KiB) 70752

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/187 7713
/proc/meminfo: memFree=30773612/32770624 swapFree=6376/1114840
[pid=7338] ppid=7335 vsize=70752 CPUtime=2081.75 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 76591 0 0 0 208168 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4248948 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2081.75
Current children cumulated vsize (KiB) 70752

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/187 7721
/proc/meminfo: memFree=30772852/32770624 swapFree=6376/1114880
[pid=7338] ppid=7335 vsize=70752 CPUtime=2141.73 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 77243 0 0 0 214166 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4248721 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2141.73
Current children cumulated vsize (KiB) 70752

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7744
/proc/meminfo: memFree=30772376/32770624 swapFree=6376/1114916
[pid=7338] ppid=7335 vsize=70752 CPUtime=2201.72 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 77920 0 0 0 220165 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4248678 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2201.72
Current children cumulated vsize (KiB) 70752

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7745
/proc/meminfo: memFree=30773100/32770624 swapFree=6376/1114944
[pid=7338] ppid=7335 vsize=70752 CPUtime=2261.7 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 78593 0 0 0 226163 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4240640 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2261.7
Current children cumulated vsize (KiB) 70752

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7746
/proc/meminfo: memFree=30773400/32770624 swapFree=6376/1114976
[pid=7338] ppid=7335 vsize=70752 CPUtime=2321.68 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 79234 0 0 0 232161 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4708151 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2321.68
Current children cumulated vsize (KiB) 70752

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7747
/proc/meminfo: memFree=30773544/32770624 swapFree=6376/1115016
[pid=7338] ppid=7335 vsize=70752 CPUtime=2381.67 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 79925 0 0 0 238160 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4537294 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2381.67
Current children cumulated vsize (KiB) 70752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7747
/proc/meminfo: memFree=30773588/32770624 swapFree=6376/1115016
[pid=7338] ppid=7335 vsize=70752 CPUtime=2400.06 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 80270 0 0 0 239999 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4708059 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 70752

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

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7747
/proc/meminfo: memFree=30773588/32770624 swapFree=6376/1115016
[pid=7338] ppid=7335 vsize=70752 CPUtime=2400.06 cores=0,2,4,6
/proc/7338/stat : 7338 (MistralXCSP) R 7335 7338 3540 0 -1 4202496 80270 0 0 0 239999 7 0 0 20 0 1 0 16184361 72450048 11405 33554432000 4194304 7402444 140734464127168 140734464121800 4708059 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9500608 9505824 41381888 140734464128168 140734464128318 140734464128318 140734464131017 0
/proc/7338/statm: 17688 11405 743 784 0 10702 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 70752

Child status: 0
Real time (s): 2400.7
CPU time (s): 2400.08
CPU user time (s): 2400
CPU system time (s): 0.07698
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 70752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.07698
maximum resident set size= 45652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80308
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= 25
involuntary context switches= 124747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.27959 second user time and 9.0863 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-21 11:24:31
IDJOB=4241732
IDBENCH=128124
IDSOLVER=2622
FILE ID=node121/4241732-1500629071
RUNJOBID= node121-1500623787-3571
PBS_JOBID= 20623011
Free space on /tmp= 61984 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-85-05.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-4241732-1500629071/watcher-4241732-1500629071 -o /tmp/evaluation-result-4241732-1500629071/solver-4241732-1500629071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500623787-3571 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1347122723 HOME/instance-4241732-1500629071.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=1347122723

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.47
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:        30255432 kB
MemAvailable:   31449372 kB
Buffers:          159136 kB
Cached:          1314256 kB
SwapCached:            0 kB
Active:           969900 kB
Inactive:        1122124 kB
Active(anon):     621664 kB
Inactive(anon):     8668 kB
Active(file):     348236 kB
Inactive(file):  1113456 kB
Unevictable:        6376 kB
Mlocked:            6388 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5820 kB
Writeback:             0 kB
AnonPages:        596732 kB
Mapped:            34480 kB
Shmem:              8848 kB
Slab:             121316 kB
SReclaimable:      96164 kB
SUnreclaim:        25152 kB
KernelStack:        3376 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     888664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61984 MiB
End job on node121 at 2017-07-21 12:04:32