Trace number 4261264

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
Mistral-2.0 2017-07-28? (TO) 2520.04 2519.8999

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.10	c 280717
2520.03/2519.90	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-4261264-1502372082/watcher-4261264-1502372082 -o /tmp/evaluation-result-4261264-1502372082/solver-4261264-1502372082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502331121-20548 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1933302370 HOME/instance-4261264-1502372082.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.09 2.06 3/184 27940
/proc/meminfo: memFree=31349460/32770624 swapFree=0/483500
[pid=27940] ppid=27937 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27940/stat : 27940 (runsolver) D 27937 27940 4057 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 39429005 24240128 106 18446744073709551615 4194304 4338465 140737398298704 140737398296344 140494869344983 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 8986624 140737398300811 140737398301258 140737398301258 140737398304714 0
/proc/27940/statm: 5918 106 53 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 2.26 2.09 2.06 3/184 27940
/proc/meminfo: memFree=31349460/32770624 swapFree=0/483500
[pid=27940] ppid=27937 vsize=3428 CPUtime=0 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) D 27937 27940 4057 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 39429005 3510272 1 18446744073709551615 4194304 7396336 140728977455936 140728977453224 139855354414791 0 0 1 0 18446744072101563940 0 0 17 7 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 857 1 0 782 0 39 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3428

[startup+0.201127 s]
/proc/loadavg: 2.26 2.09 2.06 3/184 27940
/proc/meminfo: memFree=31349460/32770624 swapFree=0/483500
[pid=27940] ppid=27937 vsize=56204 CPUtime=0.09 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 7971 0 0 0 9 0 0 0 20 0 1 0 39429005 57552896 7721 18446744073709551615 4194304 7396336 140728977455936 140728977449176 4224240 0 0 1 0 0 0 0 17 7 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 14051 7721 695 782 0 7067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56204

[startup+0.301126 s]
/proc/loadavg: 2.26 2.09 2.06 3/184 27940
/proc/meminfo: memFree=31349460/32770624 swapFree=0/483500
[pid=27940] ppid=27937 vsize=63848 CPUtime=0.19 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 10018 0 0 0 19 0 0 0 20 0 1 0 39429005 65380352 9651 18446744073709551615 4194304 7396336 140728977455936 140728977446552 5941570 0 0 1 0 0 0 0 17 7 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 15962 9651 695 782 0 8978 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63848

[startup+0.700274 s]
/proc/loadavg: 2.26 2.09 2.06 3/184 27940
/proc/meminfo: memFree=31349460/32770624 swapFree=0/483500
[pid=27940] ppid=27937 vsize=68344 CPUtime=0.59 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 11150 0 0 0 58 1 0 0 20 0 1 0 39429005 69984256 10773 18446744073709551615 4194304 7396336 140728977455936 140728977450488 5162969 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17086 10773 729 782 0 10102 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 68344

[startup+1.50022 s]
/proc/loadavg: 2.26 2.09 2.06 3/185 27941
/proc/meminfo: memFree=31309152/32770624 swapFree=0/483568
[pid=27940] ppid=27937 vsize=68344 CPUtime=1.39 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 11159 0 0 0 138 1 0 0 20 0 1 0 39429005 69984256 10773 18446744073709551615 4194304 7396336 140728977455936 140728977450488 4581731 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17086 10773 729 782 0 10102 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 68344

[startup+3.10027 s]
/proc/loadavg: 2.26 2.09 2.06 3/185 27941
/proc/meminfo: memFree=31308724/32770624 swapFree=0/483492
[pid=27940] ppid=27937 vsize=68344 CPUtime=2.99 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 15646 0 0 0 298 1 0 0 20 0 1 0 39429005 69984256 10799 18446744073709551615 4194304 7396336 140728977455936 140728977450488 5163042 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17086 10799 729 782 0 10102 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 68344

[startup+6.30022 s]
/proc/loadavg: 2.24 2.09 2.06 3/185 27941
/proc/meminfo: memFree=31308752/32770624 swapFree=0/483492
[pid=27940] ppid=27937 vsize=68344 CPUtime=6.19 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 18405 0 0 0 618 1 0 0 20 0 1 0 39429005 69984256 10799 18446744073709551615 4194304 7396336 140728977455936 140728977450488 5701706 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17086 10799 729 782 0 10102 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 68344

[startup+12.7002 s]
/proc/loadavg: 2.22 2.09 2.06 3/185 27941
/proc/meminfo: memFree=31308132/32770624 swapFree=0/483492
[pid=27940] ppid=27937 vsize=68632 CPUtime=12.59 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 25385 0 0 0 1258 1 0 0 20 0 1 0 39429005 70279168 10831 18446744073709551615 4194304 7396336 140728977455936 140728977450472 5162982 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17158 10831 729 782 0 10174 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 68632

[startup+25.5003 s]
/proc/loadavg: 2.17 2.08 2.06 3/185 27941
/proc/meminfo: memFree=31308132/32770624 swapFree=0/483492
[pid=27940] ppid=27937 vsize=68632 CPUtime=25.38 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 33041 0 0 0 2537 1 0 0 20 0 1 0 39429005 70279168 10864 18446744073709551615 4194304 7396336 140728977455936 140728977450472 5839021 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17158 10864 729 782 0 10174 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 68632

[startup+51.1003 s]
/proc/loadavg: 2.11 2.08 2.06 3/185 27942
/proc/meminfo: memFree=31307852/32770624 swapFree=0/483488
[pid=27940] ppid=27937 vsize=68632 CPUtime=50.98 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 38172 0 0 0 5096 2 0 0 20 0 1 0 39429005 70279168 10877 18446744073709551615 4194304 7396336 140728977455936 140728977450472 4404912 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17158 10877 729 782 0 10174 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 68632

[startup+102.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/182 27944
/proc/meminfo: memFree=31311816/32770624 swapFree=0/483508
[pid=27940] ppid=27937 vsize=68764 CPUtime=102.19 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 38705 0 0 0 10217 2 0 0 20 0 1 0 39429005 70414336 10884 18446744073709551615 4194304 7396336 140728977455936 140728977450488 5586183 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17191 10884 729 782 0 10207 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 68764

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/182 27946
/proc/meminfo: memFree=31311692/32770624 swapFree=0/483520
[pid=27940] ppid=27937 vsize=68764 CPUtime=162.19 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 39220 0 0 0 16217 2 0 0 20 0 1 0 39429005 70414336 10919 18446744073709551615 4194304 7396336 140728977455936 140728977450488 5162969 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17191 10919 729 782 0 10207 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 68764

[startup+222.306 s]
/proc/loadavg: 2.01 2.04 2.05 3/182 27948
/proc/meminfo: memFree=31312188/32770624 swapFree=0/483528
[pid=27940] ppid=27937 vsize=68764 CPUtime=222.2 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 39729 0 0 0 22218 2 0 0 20 0 1 0 39429005 70414336 10920 18446744073709551615 4194304 7396336 140728977455936 140728977450488 5629680 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17191 10920 729 782 0 10207 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 68764

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 27951
/proc/meminfo: memFree=31310468/32770624 swapFree=0/483552
[pid=27940] ppid=27937 vsize=70148 CPUtime=282.2 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 40080 0 0 0 28218 2 0 0 20 0 1 0 39429005 71831552 11227 18446744073709551615 4194304 7396336 140728977455936 140728977450568 4246587 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11227 729 782 0 10553 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 70148

[startup+342.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/181 27953
/proc/meminfo: memFree=31311212/32770624 swapFree=0/483544
[pid=27940] ppid=27937 vsize=70148 CPUtime=342.21 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 40672 0 0 0 34219 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5839021 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 70148

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 27955
/proc/meminfo: memFree=31311464/32770624 swapFree=0/483556
[pid=27940] ppid=27937 vsize=70148 CPUtime=402.21 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 40680 0 0 0 40219 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5578112 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 70148

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 27958
/proc/meminfo: memFree=31310792/32770624 swapFree=0/483556
[pid=27940] ppid=27937 vsize=70148 CPUtime=462.22 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 41271 0 0 0 46220 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 4543790 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 70148

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 27960
/proc/meminfo: memFree=31311164/32770624 swapFree=0/483580
[pid=27940] ppid=27937 vsize=70148 CPUtime=522.22 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 41276 0 0 0 52220 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5778389 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 70148

[startup+582.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/185 27977
/proc/meminfo: memFree=31307564/32770624 swapFree=0/483624
[pid=27940] ppid=27937 vsize=70148 CPUtime=582.23 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 41862 0 0 0 58221 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 4245092 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 70148


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


[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 28149
/proc/meminfo: memFree=31308340/32770624 swapFree=0/483832
[pid=27940] ppid=27937 vsize=70148 CPUtime=1662.33 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 47045 0 0 0 166231 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5578142 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 70148

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 28151
/proc/meminfo: memFree=31308216/32770624 swapFree=0/483844
[pid=27940] ppid=27937 vsize=70148 CPUtime=1722.34 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 47285 0 0 0 172232 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 4404918 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 70148

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/185 28168
/proc/meminfo: memFree=31304352/32770624 swapFree=0/483864
[pid=27940] ppid=27937 vsize=70148 CPUtime=1782.35 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 47880 0 0 0 178233 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5703066 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 70148

[startup+1842.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/185 28170
/proc/meminfo: memFree=31303864/32770624 swapFree=0/483876
[pid=27940] ppid=27937 vsize=70148 CPUtime=1842.35 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 47888 0 0 0 184233 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5162958 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 1842.35
Current children cumulated vsize (KiB) 70148

[startup+1902.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/182 28172
/proc/meminfo: memFree=31307772/32770624 swapFree=0/483884
[pid=27940] ppid=27937 vsize=70148 CPUtime=1902.36 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 48482 0 0 0 190234 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5704719 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 1902.36
Current children cumulated vsize (KiB) 70148

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 28174
/proc/meminfo: memFree=31308268/32770624 swapFree=0/483892
[pid=27940] ppid=27937 vsize=70148 CPUtime=1962.36 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 48486 0 0 0 196234 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5701692 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 1962.36
Current children cumulated vsize (KiB) 70148

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 28176
/proc/meminfo: memFree=31308400/32770624 swapFree=0/483892
[pid=27940] ppid=27937 vsize=70148 CPUtime=2022.37 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 49066 0 0 0 202235 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 4581738 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2022.37
Current children cumulated vsize (KiB) 70148

[startup+2082.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 28179
/proc/meminfo: memFree=31307552/32770624 swapFree=0/483900
[pid=27940] ppid=27937 vsize=70148 CPUtime=2082.38 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 49066 0 0 0 208236 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5839012 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2082.38
Current children cumulated vsize (KiB) 70148

[startup+2142.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 28181
/proc/meminfo: memFree=31308048/32770624 swapFree=0/483920
[pid=27940] ppid=27937 vsize=70148 CPUtime=2142.38 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 49665 0 0 0 214236 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5841263 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2142.38
Current children cumulated vsize (KiB) 70148

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 28183
/proc/meminfo: memFree=31308172/32770624 swapFree=0/483940
[pid=27940] ppid=27937 vsize=70148 CPUtime=2202.4 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 49665 0 0 0 220238 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5791846 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2202.4
Current children cumulated vsize (KiB) 70148

[startup+2262.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 28186
/proc/meminfo: memFree=31308048/32770624 swapFree=0/483956
[pid=27940] ppid=27937 vsize=70148 CPUtime=2262.4 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 50189 0 0 0 226238 2 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5706262 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2262.4
Current children cumulated vsize (KiB) 70148

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 28188
/proc/meminfo: memFree=31308420/32770624 swapFree=0/483968
[pid=27940] ppid=27937 vsize=70148 CPUtime=2322.41 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 50254 0 0 0 232238 3 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5703066 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2322.41
Current children cumulated vsize (KiB) 70148

[startup+2382.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/184 28204
/proc/meminfo: memFree=31303996/32770624 swapFree=0/483972
[pid=27940] ppid=27937 vsize=70148 CPUtime=2382.42 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 50837 0 0 0 238239 3 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5778041 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2382.42
Current children cumulated vsize (KiB) 70148

[startup+2442.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/185 28231
/proc/meminfo: memFree=31302512/32770624 swapFree=0/483980
[pid=27940] ppid=27937 vsize=70148 CPUtime=2442.42 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 50837 0 0 0 244239 3 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5575952 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2442.42
Current children cumulated vsize (KiB) 70148

[startup+2502.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/185 28233
/proc/meminfo: memFree=31302604/32770624 swapFree=0/484008
[pid=27940] ppid=27937 vsize=70148 CPUtime=2502.43 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 51304 0 0 0 250240 3 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5839021 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2502.43
Current children cumulated vsize (KiB) 70148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.07 2.02 2.05 3/185 28233
/proc/meminfo: memFree=31302852/32770624 swapFree=0/484008
[pid=27940] ppid=27937 vsize=70148 CPUtime=2520.03 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 51304 0 0 0 252000 3 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5701594 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2520.03
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 27940 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.07 2.02 2.05 3/185 28233
/proc/meminfo: memFree=31302852/32770624 swapFree=0/484008
[pid=27940] ppid=27937 vsize=70148 CPUtime=2520.03 cores=1,3,5,7
/proc/27940/stat : 27940 (MistralXCSP) R 27937 27940 4057 0 -1 4202496 51304 0 0 0 252000 3 0 0 20 0 1 0 39429005 71831552 11266 18446744073709551615 4194304 7396336 140728977455936 140728977450568 5701594 0 0 1 16386 0 0 0 17 3 0 0 9 0 0 9496464 9501696 20303872 140728977457587 140728977457737 140728977457737 140728977461193 0
/proc/27940/statm: 17537 11266 729 782 0 10553 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 70148

Child status: 0
Real time (s): 2519.9
CPU time (s): 2520.04
CPU user time (s): 2520.01
CPU system time (s): 0.031003
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 70148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.01
system time used= 0.031003
maximum resident set size= 45092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51342
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= 21
involuntary context switches= 692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04441 second user time and 8.9055 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-10 15:20:37
IDJOB=4261264
IDBENCH=128150
IDSOLVER=2649
FILE ID=node125/4261264-1502372082
RUNJOBID= node125-1502331121-20548
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-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-4261264-1502372082/watcher-4261264-1502372082 -o /tmp/evaluation-result-4261264-1502372082/solver-4261264-1502372082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502331121-20548 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1933302370 HOME/instance-4261264-1502372082.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=1933302370

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31349556 kB
MemAvailable:   31996100 kB
Buffers:          228996 kB
Cached:           710076 kB
SwapCached:            0 kB
Active:           494344 kB
Inactive:         508408 kB
Active(anon):      64116 kB
Inactive(anon):    24908 kB
Active(file):     430228 kB
Inactive(file):   483500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5840 kB
Writeback:             0 kB
AnonPages:         63556 kB
Mapped:            42092 kB
Shmem:             25252 kB
Slab:             122196 kB
SReclaimable:      97300 kB
SUnreclaim:        24896 kB
KernelStack:        3232 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62020 MiB
End job on node125 at 2017-08-10 16:02:37