Trace number 4086223

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 PB16? (TO) 1800.02 1800.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
Number of bits of the biggest sum of numbers8
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-4086223-1465279226.opb
0.00/0.00	c File size is 1273911 bytes.
1800.01/1800.40	c Sum of soft weights:            0
1800.01/1800.40	c |                                                                                                       |
1800.01/1800.40	c ========================================[ Problem Statistics ]===========================================
1800.01/1800.40	c |                                                                                                       |
1800.01/1800.40	c |  Problem Type:           Unweighted                                                                   |
1800.01/1800.40	c |  Number of variables:         18564                                                                   |
1800.01/1800.40	c |  Number of hard clauses:      18722                                                                   |
1800.01/1800.40	c |  Number of soft clauses:          0                                                                   |
1800.01/1800.40	c |  Number of cardinality:         156                                                                   |
1800.01/1800.40	c |  Number of PB :                   0                                                                   |
1800.01/1800.40	c |  Parse time:                   0.15 s                                                                 |
1800.01/1800.40	c |                                                                                                       |
1800.01/1800.40	s UNKNOWN

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

pid=8625
running on 8 cores: 4-7,12-15

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.15 2.14 2.05 3/259 8628
/proc/meminfo: memFree=31536868/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=4244 CPUtime=0 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 804 0 0 0 0 0 0 0 20 0 1 0 109764590 4345856 679 33554432000 4194304 6059633 140736231855888 140736231853688 5043379 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 1061 679 446 456 0 285 0

[startup+0.100155 s]
/proc/loadavg: 2.15 2.14 2.05 3/259 8628
/proc/meminfo: memFree=31536868/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=7476 CPUtime=0.09 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 1595 0 0 0 9 0 0 0 20 0 1 0 109764590 7655424 1470 33554432000 4194304 6059633 140736231855888 140736231853688 5043379 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 1869 1470 446 456 0 1093 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7476

[startup+0.200308 s]
/proc/loadavg: 2.15 2.14 2.05 3/259 8628
/proc/meminfo: memFree=31536868/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=21752 CPUtime=0.19 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 4773 0 0 0 19 0 0 0 20 0 1 0 109764590 22274048 4709 33554432000 4194304 6059633 140736231855888 140736231853688 4278352 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 5438 4709 165 456 0 4974 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21752

[startup+0.300336 s]
/proc/loadavg: 2.15 2.14 2.05 3/259 8628
/proc/meminfo: memFree=31536868/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=21752 CPUtime=0.29 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 4783 0 0 0 29 0 0 0 20 0 1 0 109764590 22274048 4719 33554432000 4194304 6059633 140736231855888 140736231853688 4255350 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 5438 4719 165 456 0 4974 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21752

[startup+0.70024 s]
/proc/loadavg: 2.15 2.14 2.05 3/259 8628
/proc/meminfo: memFree=31536868/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=22124 CPUtime=0.69 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 4869 0 0 0 69 0 0 0 20 0 1 0 109764590 22654976 4801 33554432000 4194304 6059633 140736231855888 140736231853688 4277570 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 5531 4801 177 456 0 5067 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22124

[startup+1.5003 s]
/proc/loadavg: 2.15 2.14 2.05 3/260 8629
/proc/meminfo: memFree=31517784/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=22520 CPUtime=1.49 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 5230 0 0 0 149 0 0 0 20 0 1 0 109764590 23060480 4655 33554432000 4194304 6059633 140736231855888 140736231854264 4254659 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 5630 4655 179 456 0 5166 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22520

[startup+3.1003 s]
/proc/loadavg: 2.15 2.14 2.05 3/260 8629
/proc/meminfo: memFree=31513544/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=25876 CPUtime=3.09 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 6361 0 0 0 308 1 0 0 20 0 1 0 109764590 26497024 5637 33554432000 4194304 6059633 140736231855888 140736231854712 4277900 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 6469 5637 179 456 0 6005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25876

[startup+6.30027 s]
/proc/loadavg: 2.14 2.14 2.05 3/260 8629
/proc/meminfo: memFree=31499916/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=35696 CPUtime=6.28 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 7065 0 0 0 627 1 0 0 20 0 1 0 109764590 36552704 7333 33554432000 4194304 6059633 140736231855888 140736231854408 4265481 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 8924 7333 179 456 0 8460 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35696

[startup+12.7003 s]
/proc/loadavg: 2.13 2.14 2.05 3/260 8629
/proc/meminfo: memFree=31591088/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=35696 CPUtime=12.68 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 7186 0 0 0 1267 1 0 0 20 0 1 0 109764590 36552704 7965 33554432000 4194304 6059633 140736231855888 140736231854408 4246389 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 8924 7965 179 456 0 8460 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35696

[startup+25.5005 s]
/proc/loadavg: 2.10 2.13 2.05 3/260 8629
/proc/meminfo: memFree=31530032/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=59456 CPUtime=25.48 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 9915 0 0 0 2546 2 0 0 20 0 1 0 109764590 60882944 11263 33554432000 4194304 6059633 140736231855888 140736231854376 4255245 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 14864 11263 179 456 0 14400 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59456

[startup+51.1004 s]
/proc/loadavg: 2.13 2.14 2.05 3/260 8651
/proc/meminfo: memFree=31462136/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=78312 CPUtime=51.08 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 10355 0 0 0 5105 3 0 0 20 0 1 0 109764590 80191488 16989 33554432000 4194304 6059633 140736231855888 140736231854376 4278373 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 19578 16989 179 456 0 19114 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 78312

[startup+102.3 s]
/proc/loadavg: 2.12 2.13 2.05 3/259 8652
/proc/meminfo: memFree=31456280/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=127632 CPUtime=102.27 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 12203 0 0 0 10222 5 0 0 20 0 1 0 109764590 130695168 27607 33554432000 4194304 6059633 140736231855888 140736231854424 4277832 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 31908 27607 179 456 0 31444 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 127632

[startup+162.3 s]
/proc/loadavg: 2.04 2.10 2.04 3/259 8653
/proc/meminfo: memFree=31422352/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=140952 CPUtime=162.25 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 14569 0 0 0 16216 9 0 0 20 0 1 0 109764590 144334848 34497 33554432000 4194304 6059633 140736231855888 140736231854424 4255448 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 35238 34497 179 456 0 34774 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 140952

[startup+222.311 s]
/proc/loadavg: 2.01 2.08 2.04 3/259 8654
/proc/meminfo: memFree=31489508/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=140952 CPUtime=222.26 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 16698 0 0 0 22212 14 0 0 20 0 1 0 109764590 144334848 32450 33554432000 4194304 6059633 140736231855888 140736231854424 4255672 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 35238 32450 179 456 0 34774 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 140952

[startup+282.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/259 8656
/proc/meminfo: memFree=31458932/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=171772 CPUtime=282.24 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 18369 0 0 0 28208 16 0 0 20 0 1 0 109764590 175894528 40709 33554432000 4194304 6059633 140736231855888 140736231854680 4278373 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 42943 40709 179 456 0 42479 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 171772

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/259 8657
/proc/meminfo: memFree=31407632/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=91632 CPUtime=342.23 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 20056 0 0 0 34203 20 0 0 20 0 1 0 109764590 93831168 22269 33554432000 4194304 6059633 140736231855888 140736231854712 4255169 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 22908 22269 179 456 0 22444 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 91632

[startup+402.3 s]
/proc/loadavg: 2.06 2.05 2.03 3/259 8658
/proc/meminfo: memFree=31458572/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=91632 CPUtime=402.22 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 21442 0 0 0 40200 22 0 0 20 0 1 0 109764590 93831168 22270 33554432000 4194304 6059633 140736231855888 140736231854712 4255142 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 22908 22270 179 456 0 22444 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 91632

[startup+462.3 s]
/proc/loadavg: 2.13 2.07 2.03 3/259 8659
/proc/meminfo: memFree=31442412/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=140952 CPUtime=462.21 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 23305 0 0 0 46195 26 0 0 20 0 1 0 109764590 144334848 30403 33554432000 4194304 6059633 140736231855888 140736231854712 4277864 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 35238 30403 179 456 0 34774 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 140952

[startup+522.3 s]
/proc/loadavg: 2.18 2.09 2.04 3/259 8660
/proc/meminfo: memFree=31381472/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=91632 CPUtime=522.2 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 24232 0 0 0 52191 29 0 0 20 0 1 0 109764590 93831168 22270 33554432000 4194304 6059633 140736231855888 140736231854712 4277900 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 22908 22270 179 456 0 22444 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 91632

[startup+582.3 s]
/proc/loadavg: 2.13 2.09 2.04 3/260 8665
/proc/meminfo: memFree=31328868/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=221860 CPUtime=582.18 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 25621 0 0 0 58187 31 0 0 20 0 1 0 109764590 227184640 51763 33554432000 4194304 6059633 140736231855888 140736231854680 4255366 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 55465 51763 179 456 0 55001 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 221860


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


[startup+882.311 s]
/proc/loadavg: 2.12 2.08 2.03 3/259 8671
/proc/meminfo: memFree=31304464/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=241660 CPUtime=882.12 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 33071 0 0 0 88167 45 0 0 20 0 1 0 109764590 247459840 49480 33554432000 4194304 6059633 140736231855888 140736231854680 4278373 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 60415 49480 179 456 0 59951 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 241660

[startup+942.3 s]
/proc/loadavg: 2.22 2.11 2.04 3/260 8673
/proc/meminfo: memFree=31277292/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=160752 CPUtime=942.1 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 34090 0 0 0 94163 47 0 0 20 0 1 0 109764590 164610048 35288 33554432000 4194304 6059633 140736231855888 140736231854424 4278389 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 40188 35288 179 456 0 39724 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 160752

[startup+1002.3 s]
/proc/loadavg: 2.17 2.12 2.05 3/259 8674
/proc/meminfo: memFree=31280412/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1002.1 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 35532 0 0 0 100160 50 0 0 20 0 1 0 109764590 330801152 58696 33554432000 4194304 6059633 140736231855888 140736231854680 4278447 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 58696 179 456 0 80298 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 323048

[startup+1062.3 s]
/proc/loadavg: 2.06 2.09 2.04 3/259 8675
/proc/meminfo: memFree=31415488/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=191572 CPUtime=1062.08 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 36633 0 0 0 106155 53 0 0 20 0 1 0 109764590 196169728 43547 33554432000 4194304 6059633 140736231855888 140736231854680 4277900 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 47893 43547 179 456 0 47429 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 191572

[startup+1122.3 s]
/proc/loadavg: 2.02 2.08 2.04 3/259 8676
/proc/meminfo: memFree=31220840/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1122.08 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 37489 0 0 0 112153 55 0 0 20 0 1 0 109764590 330801152 64840 33554432000 4194304 6059633 140736231855888 140736231854680 4278352 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 64840 179 456 0 80298 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 323048

[startup+1182.3 s]
/proc/loadavg: 2.01 2.06 2.03 3/260 8681
/proc/meminfo: memFree=31202960/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=241660 CPUtime=1182.06 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 38880 0 0 0 118148 58 0 0 20 0 1 0 109764590 247459840 48456 33554432000 4194304 6059633 140736231855888 140736231854680 4255297 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 60415 48456 179 456 0 59951 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 241660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/259 8682
/proc/meminfo: memFree=31239404/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1242.05 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 39433 0 0 0 124146 59 0 0 20 0 1 0 109764590 330801152 69448 33554432000 4194304 6059633 140736231855888 140736231854680 4277900 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 69448 179 456 0 80298 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 323048

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/259 8729
/proc/meminfo: memFree=31489812/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=241660 CPUtime=1302.03 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 40840 0 0 0 130141 62 0 0 20 0 1 0 109764590 247459840 49480 33554432000 4194304 6059633 140736231855888 140736231854680 4278457 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 60415 49480 179 456 0 59951 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 241660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/259 8730
/proc/meminfo: memFree=31329856/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1362.02 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 41396 0 0 0 136139 63 0 0 20 0 1 0 109764590 330801152 70985 33554432000 4194304 6059633 140736231855888 140736231854680 4255712 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 70985 179 456 0 80298 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 323048

[startup+1422.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/259 8731
/proc/meminfo: memFree=31413224/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=241660 CPUtime=1422.01 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 42801 0 0 0 142135 66 0 0 20 0 1 0 109764590 247459840 48969 33554432000 4194304 6059633 140736231855888 140736231854680 4252054 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 60415 48969 179 456 0 59951 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 241660

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/259 8732
/proc/meminfo: memFree=31300408/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1482 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 43356 0 0 0 148132 68 0 0 20 0 1 0 109764590 330801152 70985 33554432000 4194304 6059633 140736231855888 140736231854680 4277900 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 70985 179 456 0 80298 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 323048

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 8734
/proc/meminfo: memFree=31438692/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=241660 CPUtime=1542 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 45212 0 0 0 154127 73 0 0 20 0 1 0 109764590 247459840 47433 33554432000 4194304 6059633 140736231855888 140736231854680 4255678 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 60415 47433 179 456 0 59951 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 241660

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/259 8735
/proc/meminfo: memFree=31293968/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1601.95 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 45812 0 0 0 160120 75 0 0 20 0 1 0 109764590 330801152 70985 33554432000 4194304 6059633 140736231855888 140736231854680 4277874 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 70985 179 456 0 80298 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 323048

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/259 8736
/proc/meminfo: memFree=31385540/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=191572 CPUtime=1661.93 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 47364 0 0 0 166113 80 0 0 20 0 1 0 109764590 196169728 42524 33554432000 4194304 6059633 140736231855888 140736231854680 4278363 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 47893 42524 179 456 0 47429 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 191572

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 8737
/proc/meminfo: memFree=31278360/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=323048 CPUtime=1721.93 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 48223 0 0 0 172110 83 0 0 20 0 1 0 109764590 330801152 65865 33554432000 4194304 6059633 140736231855888 140736231854680 4255448 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 80762 65865 179 456 0 80298 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 323048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/260 8741
/proc/meminfo: memFree=31200664/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=455308 CPUtime=1781.91 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 48735 0 0 0 178106 85 0 0 20 0 1 0 109764590 466235392 84250 33554432000 4194304 6059633 140736231855888 140736231854680 4278382 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 113827 84250 179 456 0 113363 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 455308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 8741
/proc/meminfo: memFree=31473876/32872528 swapFree=9196/9196
[pid=8628] ppid=8625 vsize=160752 CPUtime=1800.01 cores=4-7,12-15
/proc/8628/stat : 8628 (open-wbo) R 8625 8628 1909 0 -1 4202496 49223 0 0 0 179914 87 0 0 20 0 1 0 109764590 164610048 38369 33554432000 4194304 6059633 140736231855888 140736231854424 4278414 0 0 4096 8404992 0 0 0 17 14 0 0 0 0 0
/proc/8628/statm: 40188 38369 179 456 0 39724 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 160752

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

Child status: 40
Real time (s): 1800.4
CPU time (s): 1800.02
CPU user time (s): 1799.14
CPU system time (s): 0.877866
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 455308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.877866
maximum resident set size= 347244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49226
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= 137
involuntary context switches= 1856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82596 second user time and 11.6092 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 08:00:26
IDJOB=4086223
IDBENCH=90181
IDSOLVER=2547
FILE ID=node132/4086223-1465279226
RUNJOBID= node132-1465252035-1926
PBS_JOBID= 19843258
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
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:        31537248 kB
Buffers:          118552 kB
Cached:           269484 kB
SwapCached:         3220 kB
Active:           259224 kB
Inactive:         308044 kB
Active(anon):     178808 kB
Inactive(anon):     3300 kB
Active(file):      80416 kB
Inactive(file):   304744 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094600 kB
Dirty:              5872 kB
Writeback:             0 kB
AnonPages:        191308 kB
Mapped:             7832 kB
Shmem:                 0 kB
Slab:             617004 kB
SReclaimable:      57204 kB
SUnreclaim:       559800 kB
KernelStack:        2136 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     351804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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 08:30:26