Trace number 4260889

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.79 2520

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.07	c 280717
2519.77/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-4260889-1502379793/watcher-4260889-1502379793 -o /tmp/evaluation-result-4260889-1502379793/solver-4260889-1502379793 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502334771-27114 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2041575095 HOME/instance-4260889-1502379793.xml 

pid=1545
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: 1.93 2.00 2.04 4/180 1548
/proc/meminfo: memFree=31666200/32770624 swapFree=0/373412
[pid=1548] ppid=1545 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runsolver) D 1545 1548 6971 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 26320005 24240128 107 18446744073709551615 4194304 4338465 140735247647536 140735247645176 140575852475095 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 37076992 140735247650955 140735247651402 140735247651402 140735247654858 0
/proc/1548/statm: 5918 107 54 36 0 2156 0

[startup+0.100195 s]
/proc/loadavg: 1.93 2.00 2.04 4/180 1548
/proc/meminfo: memFree=31666200/32770624 swapFree=0/373412
[pid=1548] ppid=1545 vsize=30608 CPUtime=0.02 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 1382 0 0 0 2 0 0 0 20 0 1 0 26320005 31342592 1216 18446744073709551615 4194304 7396336 140727189192272 140727189189272 140651994819557 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 7652 1216 591 782 0 668 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30608

[startup+0.200354 s]
/proc/loadavg: 1.93 2.00 2.04 4/180 1548
/proc/meminfo: memFree=31666200/32770624 swapFree=0/373412
[pid=1548] ppid=1545 vsize=49436 CPUtime=0.11 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 6326 0 0 0 11 0 0 0 20 0 1 0 26320005 50622464 5784 18446744073709551615 4194304 7396336 140727189192272 140727189189272 140651995762293 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 12359 5784 609 782 0 5375 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 49436

[startup+0.30038 s]
/proc/loadavg: 1.93 2.00 2.04 4/180 1548
/proc/meminfo: memFree=31666200/32770624 swapFree=0/373412
[pid=1548] ppid=1545 vsize=50192 CPUtime=0.22 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 6505 0 0 0 21 1 0 0 20 0 1 0 26320005 51396608 5982 18446744073709551615 4194304 7396336 140727189192272 140727189189272 5936596 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 12548 5982 614 782 0 5564 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 50192

[startup+0.70033 s]
/proc/loadavg: 1.93 2.00 2.04 4/180 1548
/proc/meminfo: memFree=31666200/32770624 swapFree=0/373412
[pid=1548] ppid=1545 vsize=75892 CPUtime=0.61 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 12847 0 0 0 60 1 0 0 20 0 1 0 26320005 77713408 12469 18446744073709551615 4194304 7396336 140727189192272 140727189182280 4566048 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 18973 12469 669 782 0 11989 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 75892

[startup+1.50029 s]
/proc/loadavg: 1.93 2.00 2.04 3/181 1549
/proc/meminfo: memFree=31603256/32770624 swapFree=0/373232
[pid=1548] ppid=1545 vsize=100792 CPUtime=1.42 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 18706 0 0 0 140 2 0 0 20 0 1 0 26320005 103211008 18701 18446744073709551615 4194304 7396336 140727189192272 140727189182280 4566048 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 25198 18701 669 782 0 18214 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 100792

[startup+3.10033 s]
/proc/loadavg: 1.93 2.00 2.04 3/181 1549
/proc/meminfo: memFree=31555220/32770624 swapFree=0/373232
[pid=1548] ppid=1545 vsize=141100 CPUtime=3.02 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 38697 0 0 0 298 4 0 0 20 0 1 0 26320005 144486400 28826 18446744073709551615 4194304 7396336 140727189192272 140727189182328 4566032 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 35275 28826 669 782 0 28291 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 141100

[startup+6.30028 s]
/proc/loadavg: 1.93 2.00 2.04 3/181 1549
/proc/meminfo: memFree=31526960/32770624 swapFree=0/373236
[pid=1548] ppid=1545 vsize=180280 CPUtime=6.21 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 54714 0 0 0 616 5 0 0 20 0 1 0 26320005 184606720 38559 18446744073709551615 4194304 7396336 140727189192272 140727189182280 4566039 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 45070 38559 669 782 0 38086 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 180280

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 2.04 3/181 1549
/proc/meminfo: memFree=31469488/32770624 swapFree=0/373236
[pid=1548] ppid=1545 vsize=226012 CPUtime=12.61 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 72499 0 0 0 1254 7 0 0 20 0 1 0 26320005 231436288 50025 18446744073709551615 4194304 7396336 140727189192272 140727189182280 4565884 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 56503 50025 669 782 0 49519 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 226012

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/181 1549
/proc/meminfo: memFree=31326808/32770624 swapFree=0/373244
[pid=1548] ppid=1545 vsize=367448 CPUtime=25.42 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 138934 0 0 0 2528 14 0 0 20 0 1 0 26320005 376266752 85400 18446744073709551615 4194304 7396336 140727189192272 140727189182280 4566039 0 0 1 0 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 91862 85400 669 782 0 84878 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 367448

[startup+51.1004 s]
/proc/loadavg: 1.97 2.00 2.04 3/181 1550
/proc/meminfo: memFree=31250280/32770624 swapFree=0/373256
[pid=1548] ppid=1545 vsize=443476 CPUtime=51.01 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 181242 0 0 0 5084 17 0 0 20 0 1 0 26320005 454119424 104445 18446744073709551615 4194304 7396336 140727189192272 140727189187624 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 110869 104445 707 782 0 103885 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 443476

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/184 1566
/proc/meminfo: memFree=31235584/32770624 swapFree=0/373288
[pid=1548] ppid=1545 vsize=454756 CPUtime=102.19 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 220392 0 0 0 10200 19 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 454756

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/184 1568
/proc/meminfo: memFree=31235244/32770624 swapFree=0/373300
[pid=1548] ppid=1545 vsize=454756 CPUtime=162.17 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 231547 0 0 0 16197 20 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165805 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 454756

[startup+222.306 s]
/proc/loadavg: 2.02 2.01 2.05 3/180 1570
/proc/meminfo: memFree=31238864/32770624 swapFree=0/373300
[pid=1548] ppid=1545 vsize=454756 CPUtime=222.17 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 234268 0 0 0 22196 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 454756

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 1573
/proc/meminfo: memFree=31238020/32770624 swapFree=0/373304
[pid=1548] ppid=1545 vsize=454756 CPUtime=282.17 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 235627 0 0 0 28196 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 454756

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 1575
/proc/meminfo: memFree=31238364/32770624 swapFree=0/373332
[pid=1548] ppid=1545 vsize=454756 CPUtime=342.16 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 236337 0 0 0 34195 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 454756

[startup+402.3 s]
/proc/loadavg: 2.12 2.06 2.06 3/181 1577
/proc/meminfo: memFree=31238000/32770624 swapFree=0/373356
[pid=1548] ppid=1545 vsize=454756 CPUtime=402.16 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 237039 0 0 0 40195 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5774255 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 454756

[startup+462.3 s]
/proc/loadavg: 2.08 2.06 2.06 3/181 1579
/proc/meminfo: memFree=31238368/32770624 swapFree=0/373376
[pid=1548] ppid=1545 vsize=454756 CPUtime=462.16 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 237744 0 0 0 46195 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165805 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 454756

[startup+522.3 s]
/proc/loadavg: 2.06 2.06 2.06 3/181 1581
/proc/meminfo: memFree=31238352/32770624 swapFree=0/373396
[pid=1548] ppid=1545 vsize=454756 CPUtime=522.15 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 238453 0 0 0 52194 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 454756

[startup+582.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/181 1583
/proc/meminfo: memFree=31238228/32770624 swapFree=0/373400
[pid=1548] ppid=1545 vsize=454756 CPUtime=582.15 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 239156 0 0 0 58194 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 4246605 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 454756


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 1647
/proc/meminfo: memFree=31236708/32770624 swapFree=0/373772
[pid=1548] ppid=1545 vsize=454756 CPUtime=1602.11 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 251116 0 0 0 160190 21 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 454756

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 1649
/proc/meminfo: memFree=31236336/32770624 swapFree=0/373788
[pid=1548] ppid=1545 vsize=454756 CPUtime=1662.11 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 251817 0 0 0 166189 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165805 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1662.11
Current children cumulated vsize (KiB) 454756

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 1651
/proc/meminfo: memFree=31236724/32770624 swapFree=0/373800
[pid=1548] ppid=1545 vsize=454756 CPUtime=1722.11 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 252531 0 0 0 172189 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 454756

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 1654
/proc/meminfo: memFree=31236352/32770624 swapFree=0/373816
[pid=1548] ppid=1545 vsize=454756 CPUtime=1782.11 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 253232 0 0 0 178189 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5572036 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1782.11
Current children cumulated vsize (KiB) 454756

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 1656
/proc/meminfo: memFree=31235856/32770624 swapFree=0/373836
[pid=1548] ppid=1545 vsize=454756 CPUtime=1842.1 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 253932 0 0 0 184188 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1842.1
Current children cumulated vsize (KiB) 454756

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 1672
/proc/meminfo: memFree=31232676/32770624 swapFree=0/373896
[pid=1548] ppid=1545 vsize=454756 CPUtime=1902.1 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 254632 0 0 0 190188 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1902.1
Current children cumulated vsize (KiB) 454756

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 1699
/proc/meminfo: memFree=31231880/32770624 swapFree=0/373932
[pid=1548] ppid=1545 vsize=454756 CPUtime=1962.1 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 255333 0 0 0 196188 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 1962.1
Current children cumulated vsize (KiB) 454756

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 1701
/proc/meminfo: memFree=31232500/32770624 swapFree=0/373960
[pid=1548] ppid=1545 vsize=454756 CPUtime=2022.09 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 256040 0 0 0 202187 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165805 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2022.09
Current children cumulated vsize (KiB) 454756

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 1703
/proc/meminfo: memFree=31234628/32770624 swapFree=0/373980
[pid=1548] ppid=1545 vsize=454756 CPUtime=2082.1 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 256740 0 0 0 208188 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165928 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2082.1
Current children cumulated vsize (KiB) 454756

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 1705
/proc/meminfo: memFree=31235496/32770624 swapFree=0/373992
[pid=1548] ppid=1545 vsize=454756 CPUtime=2142.09 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 257441 0 0 0 214187 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2142.09
Current children cumulated vsize (KiB) 454756

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 1707
/proc/meminfo: memFree=31235496/32770624 swapFree=0/374008
[pid=1548] ppid=1545 vsize=454756 CPUtime=2202.09 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 258143 0 0 0 220187 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165805 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2202.09
Current children cumulated vsize (KiB) 454756

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 1709
/proc/meminfo: memFree=31235884/32770624 swapFree=0/374028
[pid=1548] ppid=1545 vsize=454756 CPUtime=2262.08 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 258844 0 0 0 226186 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5586398 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2262.08
Current children cumulated vsize (KiB) 454756

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 1711
/proc/meminfo: memFree=31235388/32770624 swapFree=0/374040
[pid=1548] ppid=1545 vsize=454756 CPUtime=2322.08 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 259552 0 0 0 232186 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5586398 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2322.08
Current children cumulated vsize (KiB) 454756

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 1713
/proc/meminfo: memFree=31235512/32770624 swapFree=0/374064
[pid=1548] ppid=1545 vsize=454756 CPUtime=2382.08 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 260241 0 0 0 238186 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 4582542 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2382.08
Current children cumulated vsize (KiB) 454756

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 1715
/proc/meminfo: memFree=31235264/32770624 swapFree=0/374084
[pid=1548] ppid=1545 vsize=454756 CPUtime=2442.07 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 260953 0 0 0 244185 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165800 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2442.07
Current children cumulated vsize (KiB) 454756

[startup+2502.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/184 1792
/proc/meminfo: memFree=31030556/32770624 swapFree=0/374156
[pid=1548] ppid=1545 vsize=454756 CPUtime=2502.07 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 261656 0 0 0 250185 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165805 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2502.07
Current children cumulated vsize (KiB) 454756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 1792
/proc/meminfo: memFree=31029340/32770624 swapFree=0/374156
[pid=1548] ppid=1545 vsize=454756 CPUtime=2519.77 cores=0,2,4,6
/proc/1548/stat : 1548 (MistralXCSP) R 1545 1548 6971 0 -1 4202496 261749 0 0 0 251955 22 0 0 20 0 1 0 26320005 465670144 107271 18446744073709551615 4194304 7396336 140727189192272 140727189186904 5165796 0 0 1 16386 0 0 0 17 2 0 0 7 0 0 9496464 9501696 29646848 140727189193139 140727189193289 140727189193289 140727189196745 0
/proc/1548/statm: 113689 107271 713 782 0 106705 0
Current children cumulated CPU time (s) 2519.77
Current children cumulated vsize (KiB) 454756

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 1548 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.79
CPU user time (s): 2519.56
CPU system time (s): 0.22899
CPU usage (%): 99.9914
Max. virtual memory (cumulated for all children) (KiB): 454756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.56
system time used= 0.22899
maximum resident set size= 429112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261788
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= 82
involuntary context switches= 3150

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96036 second user time and 10.1828 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-10 17:28:57
IDJOB=4260889
IDBENCH=133709
IDSOLVER=2649
FILE ID=node124/4260889-1502379793
RUNJOBID= node124-1502334771-27114
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-r3.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-4260889-1502379793/watcher-4260889-1502379793 -o /tmp/evaluation-result-4260889-1502379793/solver-4260889-1502379793 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502334771-27114 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2041575095 HOME/instance-4260889-1502379793.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=2041575095

node124.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.51
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.51
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.51
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.51
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:        31666580 kB
MemAvailable:   31977008 kB
Buffers:          174240 kB
Cached:           425316 kB
SwapCached:            0 kB
Active:           304656 kB
Inactive:         390180 kB
Active(anon):      95500 kB
Inactive(anon):    16768 kB
Active(file):     209156 kB
Inactive(file):   373412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6380 kB
Writeback:             0 kB
AnonPages:         94920 kB
Mapped:            37012 kB
Shmem:             17128 kB
Slab:             112264 kB
SReclaimable:      87388 kB
SUnreclaim:        24876 kB
KernelStack:        3216 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62020 MiB
End job on node124 at 2017-08-10 18:10:58