Trace number 4260891

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Mistral-2.0 2017-07-28? (TO) 2519.6599 2520

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization 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 variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.10	c 280717
2519.66/2520.00	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-4260891-1502380153/watcher-4260891-1502380153 -o /tmp/evaluation-result-4260891-1502380153/solver-4260891-1502380153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 398881071 HOME/instance-4260891-1502380153.xml 

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

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.00 2.01 2.05 4/180 15004
/proc/meminfo: memFree=31268992/32770624 swapFree=0/529768
[pid=15004] ppid=15001 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15004/stat : 15004 (runsolver) D 15001 15004 16590 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 40208817 24240128 108 18446744073709551615 4194304 4338465 140732627869312 140732627866952 139752278684375 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 32182272 140732627878029 140732627878474 140732627878474 140732627881930 0
/proc/15004/statm: 5918 108 54 36 0 2156 0

[startup+0.100166 s]
/proc/loadavg: 2.00 2.01 2.05 4/180 15004
/proc/meminfo: memFree=31268992/32770624 swapFree=0/529768
[pid=15004] ppid=15001 vsize=28304 CPUtime=0 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 40208817 28983296 157 18446744073709551615 4194304 7396336 140732031120736 140732031117736 140254766427664 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 7076 223 185 782 0 60 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28304

[startup+0.200336 s]
/proc/loadavg: 2.00 2.01 2.05 4/180 15004
/proc/meminfo: memFree=31268992/32770624 swapFree=0/529768
[pid=15004] ppid=15001 vsize=40900 CPUtime=0.09 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 4192 0 0 0 9 0 0 0 20 0 1 0 40208817 41881600 3859 18446744073709551615 4194304 7396336 140732031120736 140732031117736 4566039 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 10225 3859 671 782 0 3241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40900

[startup+0.300369 s]
/proc/loadavg: 2.00 2.01 2.05 4/180 15004
/proc/meminfo: memFree=31268992/32770624 swapFree=0/529768
[pid=15004] ppid=15001 vsize=49056 CPUtime=0.19 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 6394 0 0 0 19 0 0 0 20 0 1 0 40208817 50233344 5863 18446744073709551615 4194304 7396336 140732031120736 140732031117736 4565880 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 12264 5863 671 782 0 5280 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49056

[startup+0.700333 s]
/proc/loadavg: 2.00 2.01 2.05 4/180 15004
/proc/meminfo: memFree=31268992/32770624 swapFree=0/529768
[pid=15004] ppid=15001 vsize=70560 CPUtime=0.59 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 11517 0 0 0 58 1 0 0 20 0 1 0 40208817 72253440 11310 18446744073709551615 4194304 7396336 140732031120736 140732031110680 5165796 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17640 11310 709 782 0 10656 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 70560

[startup+1.50031 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15005
/proc/meminfo: memFree=31226520/32770624 swapFree=0/529780
[pid=15004] ppid=15001 vsize=70704 CPUtime=1.39 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 11559 0 0 0 138 1 0 0 20 0 1 0 40208817 72400896 11310 18446744073709551615 4194304 7396336 140732031120736 140732031110680 5165800 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11310 709 782 0 10692 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 70704

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15005
/proc/meminfo: memFree=31226372/32770624 swapFree=0/529780
[pid=15004] ppid=15001 vsize=70704 CPUtime=2.99 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 18456 0 0 0 298 1 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5165928 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 70704

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15005
/proc/meminfo: memFree=31226024/32770624 swapFree=0/529780
[pid=15004] ppid=15001 vsize=70704 CPUtime=6.19 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 25447 0 0 0 618 1 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5576739 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 70704

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15005
/proc/meminfo: memFree=31225860/32770624 swapFree=0/529788
[pid=15004] ppid=15001 vsize=70704 CPUtime=12.59 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 32409 0 0 0 1257 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4249698 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 70704

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15005
/proc/meminfo: memFree=31225984/32770624 swapFree=0/529788
[pid=15004] ppid=15001 vsize=70704 CPUtime=25.39 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 46319 0 0 0 2537 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5772800 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 70704

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15005
/proc/meminfo: memFree=31224972/32770624 swapFree=0/529780
[pid=15004] ppid=15001 vsize=70704 CPUtime=50.97 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 52478 0 0 0 5095 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4249696 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 70704

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15007
/proc/meminfo: memFree=31225128/32770624 swapFree=0/529780
[pid=15004] ppid=15001 vsize=70704 CPUtime=102.17 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 52881 0 0 0 10215 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5774281 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 70704

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15009
/proc/meminfo: memFree=31225004/32770624 swapFree=0/529780
[pid=15004] ppid=15001 vsize=70704 CPUtime=162.16 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 53270 0 0 0 16214 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4322877 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 70704

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15011
/proc/meminfo: memFree=31225128/32770624 swapFree=0/529788
[pid=15004] ppid=15001 vsize=70704 CPUtime=222.16 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 53667 0 0 0 22214 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4379138 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 70704

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15013
/proc/meminfo: memFree=31225104/32770624 swapFree=0/529808
[pid=15004] ppid=15001 vsize=70704 CPUtime=282.15 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 54058 0 0 0 28213 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5165805 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 70704

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 15029
/proc/meminfo: memFree=31220008/32770624 swapFree=0/529860
[pid=15004] ppid=15001 vsize=70704 CPUtime=342.14 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 54448 0 0 0 34212 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5576688 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 70704

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 15031
/proc/meminfo: memFree=31223384/32770624 swapFree=0/529892
[pid=15004] ppid=15001 vsize=70704 CPUtime=402.13 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 54846 0 0 0 40211 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4246560 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 70704

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 15033
/proc/meminfo: memFree=31223400/32770624 swapFree=0/529896
[pid=15004] ppid=15001 vsize=70704 CPUtime=462.13 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 55242 0 0 0 46211 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5586450 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 70704

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 15035
/proc/meminfo: memFree=31223276/32770624 swapFree=0/529896
[pid=15004] ppid=15001 vsize=70704 CPUtime=522.12 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 55633 0 0 0 52210 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4582226 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 70704

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15037
/proc/meminfo: memFree=31222656/32770624 swapFree=0/529904
[pid=15004] ppid=15001 vsize=70704 CPUtime=582.12 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 56023 0 0 0 58210 2 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5772768 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 70704


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


[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/185 15127
/proc/meminfo: memFree=31217392/32770624 swapFree=0/530176
[pid=15004] ppid=15001 vsize=70704 CPUtime=1602.03 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 62674 0 0 0 160200 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4581738 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 70704

[startup+1662.3 s]
/proc/loadavg: 2.10 2.07 2.06 3/182 15129
/proc/meminfo: memFree=31221292/32770624 swapFree=0/530204
[pid=15004] ppid=15001 vsize=70704 CPUtime=1662.03 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 63064 0 0 0 166200 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4581738 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 70704

[startup+1722.3 s]
/proc/loadavg: 2.04 2.06 2.05 3/182 15131
/proc/meminfo: memFree=31221284/32770624 swapFree=0/530204
[pid=15004] ppid=15001 vsize=70704 CPUtime=1722.02 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 63456 0 0 0 172199 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5165821 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 70704

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/182 15133
/proc/meminfo: memFree=31221036/32770624 swapFree=0/530220
[pid=15004] ppid=15001 vsize=70704 CPUtime=1782.01 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 63846 0 0 0 178198 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5649188 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 70704

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 15135
/proc/meminfo: memFree=31221532/32770624 swapFree=0/530240
[pid=15004] ppid=15001 vsize=70704 CPUtime=1842.01 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 64236 0 0 0 184198 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4245092 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1842.01
Current children cumulated vsize (KiB) 70704

[startup+1902.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/181 15137
/proc/meminfo: memFree=31221532/32770624 swapFree=0/530252
[pid=15004] ppid=15001 vsize=70704 CPUtime=1902 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 64626 0 0 0 190197 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4581808 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1902
Current children cumulated vsize (KiB) 70704

[startup+1962.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 15139
/proc/meminfo: memFree=31222004/32770624 swapFree=0/530252
[pid=15004] ppid=15001 vsize=70704 CPUtime=1962 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 65017 0 0 0 196197 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5572043 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 1962
Current children cumulated vsize (KiB) 70704

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 15141
/proc/meminfo: memFree=31222004/32770624 swapFree=0/530248
[pid=15004] ppid=15001 vsize=70704 CPUtime=2021.99 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 65408 0 0 0 202196 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5165752 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2021.99
Current children cumulated vsize (KiB) 70704

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 15143
/proc/meminfo: memFree=31222484/32770624 swapFree=0/530256
[pid=15004] ppid=15001 vsize=70704 CPUtime=2081.99 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 65797 0 0 0 208196 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4245092 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2081.99
Current children cumulated vsize (KiB) 70704

[startup+2142.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/184 15159
/proc/meminfo: memFree=31217520/32770624 swapFree=0/530288
[pid=15004] ppid=15001 vsize=70704 CPUtime=2141.98 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 66188 0 0 0 214195 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5649694 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2141.98
Current children cumulated vsize (KiB) 70704

[startup+2202.31 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 15161
/proc/meminfo: memFree=31221708/32770624 swapFree=0/530284
[pid=15004] ppid=15001 vsize=70704 CPUtime=2201.98 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 66579 0 0 0 220195 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4543786 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2201.98
Current children cumulated vsize (KiB) 70704

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 15163
/proc/meminfo: memFree=31221212/32770624 swapFree=0/530284
[pid=15004] ppid=15001 vsize=70704 CPUtime=2261.97 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 66969 0 0 0 226194 3 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5576665 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2261.97
Current children cumulated vsize (KiB) 70704

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 15165
/proc/meminfo: memFree=31221520/32770624 swapFree=0/530288
[pid=15004] ppid=15001 vsize=70704 CPUtime=2321.97 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 67359 0 0 0 232193 4 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4581555 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2321.97
Current children cumulated vsize (KiB) 70704

[startup+2382.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 15167
/proc/meminfo: memFree=31221520/32770624 swapFree=0/530292
[pid=15004] ppid=15001 vsize=70704 CPUtime=2381.97 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 67749 0 0 0 238193 4 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4317601 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2381.97
Current children cumulated vsize (KiB) 70704

[startup+2442.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 15230
/proc/meminfo: memFree=31225500/32770624 swapFree=0/530308
[pid=15004] ppid=15001 vsize=70704 CPUtime=2441.96 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 68139 0 0 0 244192 4 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4245088 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2441.96
Current children cumulated vsize (KiB) 70704

[startup+2502.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/181 15232
/proc/meminfo: memFree=31225792/32770624 swapFree=0/530324
[pid=15004] ppid=15001 vsize=70704 CPUtime=2501.96 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 68529 0 0 0 250192 4 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 4404818 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2501.96
Current children cumulated vsize (KiB) 70704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 15233
/proc/meminfo: memFree=31226288/32770624 swapFree=0/530328
[pid=15004] ppid=15001 vsize=70704 CPUtime=2519.66 cores=0,2,4,6
/proc/15004/stat : 15004 (MistralXCSP) R 15001 15004 16590 0 -1 4202496 68917 0 0 0 251962 4 0 0 20 0 1 0 40208817 72400896 11352 18446744073709551615 4194304 7396336 140732031120736 140732031115304 5774287 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 30314496 140732031123892 140732031124041 140732031124041 140732031127497 0
/proc/15004/statm: 17676 11352 715 782 0 10692 0
Current children cumulated CPU time (s) 2519.66
Current children cumulated vsize (KiB) 70704

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

Child status: 0
Real time (s): 2520
CPU time (s): 2519.66
CPU user time (s): 2519.62
CPU system time (s): 0.040996
CPU usage (%): 99.9866
Max. virtual memory (cumulated for all children) (KiB): 70704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.62
system time used= 0.040996
maximum resident set size= 46460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68957
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= 24
involuntary context switches= 3151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09067 second user time and 10.4274 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-10 17:35:06
IDJOB=4260891
IDBENCH=133712
IDSOLVER=2649
FILE ID=node127/4260891-1502380153
RUNJOBID= node127-1502331240-8161
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.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-4260891-1502380153/watcher-4260891-1502380153 -o /tmp/evaluation-result-4260891-1502380153/solver-4260891-1502380153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 398881071 HOME/instance-4260891-1502380153.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=398881071

node127.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.92
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.92
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.92
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.92
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:        31269252 kB
MemAvailable:   31978200 kB
Buffers:          231360 kB
Cached:           768872 kB
SwapCached:            0 kB
Active:           527924 kB
Inactive:         554676 kB
Active(anon):      82704 kB
Inactive(anon):    24908 kB
Active(file):     445220 kB
Inactive(file):   529768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5864 kB
Writeback:             0 kB
AnonPages:         82172 kB
Mapped:            40964 kB
Shmem:             25252 kB
Slab:             124836 kB
SReclaimable:      99588 kB
SUnreclaim:        25248 kB
KernelStack:        3216 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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 node127 at 2017-08-10 18:17:07