Trace number 4086193

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
Open-WBO PB16UNSAT 1228.47 1228.71

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1039.78
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4086193-1465282357.opb
0.00/0.00	c File size is 219669 bytes.
1228.35/1228.71	c Sum of soft weights:            0
1228.35/1228.71	c |                                                                                                       |
1228.35/1228.71	c ========================================[ Problem Statistics ]===========================================
1228.35/1228.71	c |                                                                                                       |
1228.35/1228.71	c |  Problem Type:           Unweighted                                                                   |
1228.35/1228.71	c |  Number of variables:          3575                                                                   |
1228.35/1228.71	c |  Number of hard clauses:       3642                                                                   |
1228.35/1228.71	c |  Number of soft clauses:          0                                                                   |
1228.35/1228.71	c |  Number of cardinality:          65                                                                   |
1228.35/1228.71	c |  Number of PB :                   0                                                                   |
1228.35/1228.71	c |  Parse time:                   0.02 s                                                                 |
1228.35/1228.71	c |                                                                                                       |
1228.35/1228.71	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

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-4086193-1465282357/watcher-4086193-1465282357 -o /tmp/evaluation-result-4086193-1465282357/solver-4086193-1465282357 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960 open-wbo HOME/instance-4086193-1465282357.opb 

pid=8907
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.04 2.01 3/258 8910
/proc/meminfo: memFree=31460056/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=3080 CPUtime=0 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 110077695 3153920 372 33554432000 4194304 6059633 140735719677536 140736403900664 5043132 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 770 372 188 456 0 252 0

[startup+0.100161 s]
/proc/loadavg: 2.13 2.04 2.01 3/258 8910
/proc/meminfo: memFree=31460056/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=9424 CPUtime=0.09 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 1290 0 0 0 9 0 0 0 20 0 1 0 110077695 9650176 1088 33554432000 4194304 6059633 140735719677536 140736403900664 4280227 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 2356 1088 178 456 0 1892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9424

[startup+0.200293 s]
/proc/loadavg: 2.13 2.04 2.01 3/258 8910
/proc/meminfo: memFree=31460056/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=9660 CPUtime=0.19 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 1433 0 0 0 19 0 0 0 20 0 1 0 110077695 9891840 1229 33554432000 4194304 6059633 140735719677536 140736403900664 4280227 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 2415 1229 178 456 0 1951 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9660

[startup+0.300226 s]
/proc/loadavg: 2.13 2.04 2.01 3/258 8910
/proc/meminfo: memFree=31460056/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=6320 CPUtime=0.29 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 1716 0 0 0 29 0 0 0 20 0 1 0 110077695 6471680 1198 33554432000 4194304 6059633 140735719677536 140736403900664 4280227 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 1580 1198 180 456 0 1116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6320

[startup+0.700237 s]
/proc/loadavg: 2.13 2.04 2.01 3/258 8910
/proc/meminfo: memFree=31460056/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=6820 CPUtime=0.69 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 2456 0 0 0 69 0 0 0 20 0 1 0 110077695 6983680 1280 33554432000 4194304 6059633 140735719677536 140736403900664 4280227 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 1705 1280 180 456 0 1241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6820

[startup+1.50024 s]
/proc/loadavg: 2.13 2.04 2.01 3/259 8911
/proc/meminfo: memFree=31452608/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=14532 CPUtime=1.48 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 3636 0 0 0 148 0 0 0 20 0 1 0 110077695 14880768 2962 33554432000 4194304 6059633 140735719677536 140735719676360 4261792 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 3633 2962 180 456 0 3169 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14532

[startup+3.10026 s]
/proc/loadavg: 2.13 2.04 2.01 3/259 8911
/proc/meminfo: memFree=31445412/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=16220 CPUtime=3.08 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 4362 0 0 0 308 0 0 0 20 0 1 0 110077695 16609280 3661 33554432000 4194304 6059633 140735719677536 140735719676024 4277998 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 4055 3661 180 456 0 3591 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16220

[startup+6.30021 s]
/proc/loadavg: 2.12 2.04 2.01 3/259 8911
/proc/meminfo: memFree=31442464/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=14684 CPUtime=6.29 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 5822 0 0 0 628 1 0 0 20 0 1 0 110077695 15036416 3138 33554432000 4194304 6059633 140735719677536 140735719676024 4278479 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 3671 3138 180 456 0 3207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14684

[startup+12.7003 s]
/proc/loadavg: 2.11 2.04 2.01 3/259 8911
/proc/meminfo: memFree=31418912/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=26252 CPUtime=12.69 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 6282 0 0 0 1268 1 0 0 20 0 1 0 110077695 26882048 6150 33554432000 4194304 6059633 140735719677536 140735719676024 4277910 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 6563 6150 180 456 0 6099 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26252

[startup+25.5004 s]
/proc/loadavg: 2.16 2.06 2.01 3/259 8911
/proc/meminfo: memFree=31382500/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=44928 CPUtime=25.49 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 6801 0 0 0 2547 2 0 0 20 0 1 0 110077695 46006272 10683 33554432000 4194304 6059633 140735719677536 140735719676024 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 11232 10683 180 456 0 10768 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44928

[startup+51.1004 s]
/proc/loadavg: 2.10 2.05 2.01 3/259 8911
/proc/meminfo: memFree=31530984/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=63788 CPUtime=51.08 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 10830 0 0 0 5104 4 0 0 20 0 1 0 110077695 65318912 10180 33554432000 4194304 6059633 140735719677536 140735719676024 4278457 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 15947 10180 180 456 0 15483 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63788

[startup+102.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/259 8912
/proc/meminfo: memFree=31405232/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=75728 CPUtime=102.27 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 11670 0 0 0 10222 5 0 0 20 0 1 0 110077695 77545472 18556 33554432000 4194304 6059633 140735719677536 140735719676360 4263795 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 18932 18556 180 456 0 18468 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 75728

[startup+162.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/259 8913
/proc/meminfo: memFree=31450572/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=75728 CPUtime=162.26 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 11930 0 0 0 16218 8 0 0 20 0 1 0 110077695 77545472 18556 33554432000 4194304 6059633 140735719677536 140735719676360 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 18932 18556 180 456 0 18468 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 75728

[startup+222.311 s]
/proc/loadavg: 2.10 2.07 2.01 3/259 8915
/proc/meminfo: memFree=31317592/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=222.26 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 12789 0 0 0 22215 11 0 0 20 0 1 0 110077695 128049152 27817 33554432000 4194304 6059633 140735719677536 140735719676072 4255366 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 27817 180 456 0 30798 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 125048

[startup+282.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/259 8916
/proc/meminfo: memFree=31401200/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=75728 CPUtime=282.24 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 14684 0 0 0 28209 15 0 0 20 0 1 0 110077695 77545472 18556 33554432000 4194304 6059633 140735719677536 140735719676328 4278354 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 18932 18556 180 456 0 18468 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 75728

[startup+342.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/259 8917
/proc/meminfo: memFree=31362412/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=75728 CPUtime=342.23 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 15997 0 0 0 34205 18 0 0 20 0 1 0 110077695 77545472 18556 33554432000 4194304 6059633 140735719677536 140735719676360 4278288 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 18932 18556 180 456 0 18468 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 75728

[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/259 8918
/proc/meminfo: memFree=31418012/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=75728 CPUtime=402.22 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 17313 0 0 0 40200 22 0 0 20 0 1 0 110077695 77545472 18556 33554432000 4194304 6059633 140735719677536 140735719676360 4255341 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 18932 18556 180 456 0 18468 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 75728

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/260 8922
/proc/meminfo: memFree=31272296/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=462.21 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 18631 0 0 0 46196 25 0 0 20 0 1 0 110077695 159608832 33004 33554432000 4194304 6059633 140735719677536 140735719676328 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 33004 180 456 0 38503 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 155868

[startup+522.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/260 8991
/proc/meminfo: memFree=31485236/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=522.19 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 19363 0 0 0 52192 27 0 0 20 0 1 0 110077695 128049152 27817 33554432000 4194304 6059633 140735719677536 140735719676072 4278352 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 27817 180 456 0 30798 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 125048

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/259 8993
/proc/meminfo: memFree=31448428/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=582.18 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 20625 0 0 0 58188 30 0 0 20 0 1 0 110077695 159608832 34543 33554432000 4194304 6059633 140735719677536 140735719676328 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 34543 180 456 0 38503 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 155868


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

/proc/meminfo: memFree=31390944/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=702.16 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 22049 0 0 0 70181 35 0 0 20 0 1 0 110077695 128049152 29868 33554432000 4194304 6059633 140735719677536 140735719676072 4278520 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 29868 180 456 0 30798 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 125048

[startup+762.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/259 8996
/proc/meminfo: memFree=31376528/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=762.16 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 23845 0 0 0 76177 39 0 0 20 0 1 0 110077695 159608832 33519 33554432000 4194304 6059633 140735719677536 140735719676328 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 33519 180 456 0 38503 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 155868

[startup+822.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/259 8997
/proc/meminfo: memFree=31372928/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=822.14 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 25332 0 0 0 82172 42 0 0 20 0 1 0 110077695 159608832 35055 33554432000 4194304 6059633 140735719677536 140735719676328 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 35055 180 456 0 38503 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 155868

[startup+882.311 s]
/proc/loadavg: 2.10 2.09 2.02 3/259 8999
/proc/meminfo: memFree=31346600/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=882.14 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 26826 0 0 0 88169 45 0 0 20 0 1 0 110077695 159608832 37103 33554432000 4194304 6059633 140735719677536 140735719676328 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 37103 180 456 0 38503 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 155868

[startup+942.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/258 9000
/proc/meminfo: memFree=31356520/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=942.11 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 28325 0 0 0 94163 48 0 0 20 0 1 0 110077695 159608832 38127 33554432000 4194304 6059633 140735719677536 140735719676328 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 38127 180 456 0 38503 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 155868

[startup+1002.3 s]
/proc/loadavg: 2.13 2.11 2.03 3/259 9002
/proc/meminfo: memFree=31368020/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=1002.1 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 29813 0 0 0 100159 51 0 0 20 0 1 0 110077695 159608832 37615 33554432000 4194304 6059633 140735719677536 140735719676328 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 37615 180 456 0 38503 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 155868

[startup+1062.3 s]
/proc/loadavg: 2.11 2.11 2.04 3/260 9006
/proc/meminfo: memFree=31371576/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=1062.09 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 31301 0 0 0 106155 54 0 0 20 0 1 0 110077695 159608832 37103 33554432000 4194304 6059633 140735719677536 140735719676328 4278312 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 37103 180 456 0 38503 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 155868

[startup+1122.3 s]
/proc/loadavg: 2.08 2.11 2.03 3/259 9007
/proc/meminfo: memFree=31371612/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=1122.07 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 32796 0 0 0 112150 57 0 0 20 0 1 0 110077695 159608832 36079 33554432000 4194304 6059633 140735719677536 140735719676328 4255359 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 36079 180 456 0 38503 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 155868

[startup+1182.3 s]
/proc/loadavg: 2.06 2.10 2.03 3/259 9009
/proc/meminfo: memFree=31377688/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=1182.06 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34281 0 0 0 118146 60 0 0 20 0 1 0 110077695 159608832 33007 33554432000 4194304 6059633 140735719677536 140735719676328 4278429 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 33007 180 456 0 38503 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 155868

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8910 sig 9
??? kill -8910 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1203.2 s]
/proc/loadavg: 2.18 2.12 2.04 3/259 9010
/proc/meminfo: memFree=31366756/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=155868 CPUtime=1202.96 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34289 0 0 0 120236 60 0 0 20 0 1 0 110077695 159608832 37103 33554432000 4194304 6059633 140735719677536 140735719676328 4278447 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 38967 37103 180 456 0 38503 0
Current children cumulated CPU time (s) 1202.96
Current children cumulated vsize (KiB) 155868

[startup+1216 s]
/proc/loadavg: 2.21 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31431560/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=75728 CPUtime=1215.76 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34402 0 0 0 121515 61 0 0 20 0 1 0 110077695 77545472 18559 33554432000 4194304 6059633 140735719677536 140735719676360 4278447 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 18932 18559 180 456 0 18468 0
Current children cumulated CPU time (s) 1215.76
Current children cumulated vsize (KiB) 75728

[startup+1222.4 s]
/proc/loadavg: 2.19 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31398988/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1222.15 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34463 0 0 0 122154 61 0 0 20 0 1 0 110077695 128049152 26796 33554432000 4194304 6059633 140735719677536 140735719676072 4255370 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 26796 180 456 0 30798 0
Current children cumulated CPU time (s) 1222.15
Current children cumulated vsize (KiB) 125048

[startup+1225.6 s]
/proc/loadavg: 2.17 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31392784/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1225.35 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34464 0 0 0 122474 61 0 0 20 0 1 0 110077695 128049152 27308 33554432000 4194304 6059633 140735719677536 140735719676072 4277921 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 27308 180 456 0 30798 0
Current children cumulated CPU time (s) 1225.35
Current children cumulated vsize (KiB) 125048

[startup+1227.2 s]
/proc/loadavg: 2.17 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31390736/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1226.95 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34465 0 0 0 122634 61 0 0 20 0 1 0 110077695 128049152 27820 33554432000 4194304 6059633 140735719677536 140735719676072 4277832 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 27820 180 456 0 30798 0
Current children cumulated CPU time (s) 1226.95
Current children cumulated vsize (KiB) 125048

[startup+1228 s]
/proc/loadavg: 2.17 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31390740/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1227.75 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34465 0 0 0 122714 61 0 0 20 0 1 0 110077695 128049152 27820 33554432000 4194304 6059633 140735719677536 140735719676072 4255373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 27820 180 456 0 30798 0
Current children cumulated CPU time (s) 1227.75
Current children cumulated vsize (KiB) 125048

[startup+1228.4 s]
/proc/loadavg: 2.17 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31390740/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1228.15 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34465 0 0 0 122754 61 0 0 20 0 1 0 110077695 128049152 27820 33554432000 4194304 6059633 140735719677536 140735719676072 4278382 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 27820 180 456 0 30798 0
Current children cumulated CPU time (s) 1228.15
Current children cumulated vsize (KiB) 125048

[startup+1228.6 s]
/proc/loadavg: 2.17 2.13 2.05 3/259 9010
/proc/meminfo: memFree=31390740/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1228.35 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34466 0 0 0 122774 61 0 0 20 0 1 0 110077695 128049152 28332 33554432000 4194304 6059633 140735719677536 140735719676072 4278382 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 28332 180 456 0 30798 0
Current children cumulated CPU time (s) 1228.35
Current children cumulated vsize (KiB) 125048

[startup+1228.7 s]
/proc/loadavg: 2.16 2.12 2.05 3/259 9010
/proc/meminfo: memFree=31386644/32872528 swapFree=9196/9196
[pid=8910] ppid=8907 vsize=125048 CPUtime=1228.46 cores=0-3,8-11
/proc/8910/stat : 8910 (open-wbo) R 8907 8910 1909 0 -1 4202496 34466 0 0 0 122785 61 0 0 20 0 1 0 110077695 128049152 28332 33554432000 4194304 6059633 140735719677536 140735719676072 4278520 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8910/statm: 31262 28334 182 456 0 30798 0
Current children cumulated CPU time (s) 1228.46
Current children cumulated vsize (KiB) 125048

Child status: 20
Real time (s): 1228.71
CPU time (s): 1228.47
CPU user time (s): 1227.86
CPU system time (s): 0.616906
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 205956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1227.86
system time used= 0.616906
maximum resident set size= 161904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34470
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= 58
involuntary context switches= 1263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.03423 second user time and 6.90795 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 08:52:37
IDJOB=4086193
IDBENCH=90217
IDSOLVER=2547
FILE ID=node132/4086193-1465282357
RUNJOBID= node132-1465252035-1925
PBS_JOBID= 19843258
Free space on /tmp= 71744 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K65.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086193-1465282357/watcher-4086193-1465282357 -o /tmp/evaluation-result-4086193-1465282357/solver-4086193-1465282357 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960  open-wbo HOME/instance-4086193-1465282357.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=1188751443

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.41
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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:       32872528 kB
MemFree:        31460024 kB
Buffers:          120100 kB
Cached:           270164 kB
SwapCached:         3220 kB
Active:           318668 kB
Inactive:         312468 kB
Active(anon):     238460 kB
Inactive(anon):     5180 kB
Active(file):      80208 kB
Inactive(file):   307288 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094600 kB
Dirty:              5104 kB
Writeback:             0 kB
AnonPages:        263768 kB
Mapped:             8000 kB
Shmem:                 0 kB
Slab:             617044 kB
SReclaimable:      57252 kB
SUnreclaim:       559792 kB
KernelStack:        2176 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     431452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node132 at 2016-06-07 09:13:06