Trace number 4086079

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.06 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM1f72b7f8bd829aeeb06978977df8efc2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.127979
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
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 106
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-4086079-1465255640.opb
0.00/0.00	c File size is 189526 bytes.
1800.05/1800.40	c Sum of soft weights:            0
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	c ========================================[ Problem Statistics ]===========================================
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	c |  Problem Type:           Unweighted                                                                   |
1800.05/1800.40	c |  Number of variables:         10500                                                                   |
1800.05/1800.40	c |  Number of hard clauses:        105                                                                   |
1800.05/1800.40	c |  Number of soft clauses:          0                                                                   |
1800.05/1800.40	c |  Number of cardinality:         100                                                                   |
1800.05/1800.40	c |  Number of PB :                   0                                                                   |
1800.05/1800.40	c |  Parse time:                   0.03 s                                                                 |
1800.05/1800.40	c |                                                                                                       |
1800.05/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-4086079-1465255640/watcher-4086079-1465255640 -o /tmp/evaluation-result-4086079-1465255640/solver-4086079-1465255640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960 open-wbo HOME/instance-4086079-1465255640.opb 

pid=2261
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: 1.84 1.97 1.98 3/258 2264
/proc/meminfo: memFree=31992224/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=3184 CPUtime=0 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 541 0 0 0 0 0 0 0 20 0 1 0 107406017 3260416 417 33554432000 4194304 6059633 140736122879008 140733692686936 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 796 418 181 456 0 285 0

[startup+0.100166 s]
/proc/loadavg: 1.84 1.97 1.98 3/258 2264
/proc/meminfo: memFree=31992224/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=14200 CPUtime=0.09 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 2409 0 0 0 9 0 0 0 20 0 1 0 107406017 14540800 2191 33554432000 4194304 6059633 140736122879008 140733692686936 4255448 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 3550 2191 165 456 0 3086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14200

[startup+0.20033 s]
/proc/loadavg: 1.84 1.97 1.98 3/258 2264
/proc/meminfo: memFree=31992224/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=14200 CPUtime=0.19 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 2450 0 0 0 19 0 0 0 20 0 1 0 107406017 14540800 2743 33554432000 4194304 6059633 140736122879008 140733692686936 4255301 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 3550 2743 165 456 0 3086 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14200

[startup+0.300264 s]
/proc/loadavg: 1.84 1.97 1.98 3/258 2264
/proc/meminfo: memFree=31992224/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=14200 CPUtime=0.29 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 2452 0 0 0 29 0 0 0 20 0 1 0 107406017 14540800 2745 33554432000 4194304 6059633 140736122879008 140733692686936 4255024 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 3550 2745 165 456 0 3086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14200

[startup+0.700229 s]
/proc/loadavg: 1.84 1.97 1.98 3/258 2264
/proc/meminfo: memFree=31992224/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=14332 CPUtime=0.69 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 2460 0 0 0 69 0 0 0 20 0 1 0 107406017 14675968 2753 33554432000 4194304 6059633 140736122879008 140736122877480 4255180 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 3583 2753 165 456 0 3119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14332

[startup+1.50023 s]
/proc/loadavg: 1.84 1.97 1.98 3/259 2265
/proc/meminfo: memFree=31971976/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=17052 CPUtime=1.49 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 2905 0 0 0 149 0 0 0 20 0 1 0 107406017 17461248 3197 33554432000 4194304 6059633 140736122879008 140736122877480 4255394 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 4263 3199 165 456 0 3799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17052

[startup+3.10023 s]
/proc/loadavg: 1.84 1.97 1.98 3/259 2265
/proc/meminfo: memFree=31963996/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=17712 CPUtime=3.09 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 4156 0 0 0 309 0 0 0 20 0 1 0 107406017 18137088 3881 33554432000 4194304 6059633 140736122879008 140736122877800 4255738 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 4428 3881 180 456 0 3964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17712

[startup+6.30026 s]
/proc/loadavg: 2.01 2.00 1.99 3/259 2265
/proc/meminfo: memFree=31940140/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=48140 CPUtime=6.29 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 5890 0 0 0 628 1 0 0 20 0 1 0 107406017 49295360 10455 33554432000 4194304 6059633 140736122879008 140736122877496 4255341 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 12035 10455 180 456 0 11571 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48140

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.99 3/259 2265
/proc/meminfo: memFree=31928256/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=48140 CPUtime=12.68 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 6539 0 0 0 1267 1 0 0 20 0 1 0 107406017 49295360 9109 33554432000 4194304 6059633 140736122879008 140736122877832 4255738 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 12035 9109 180 456 0 11571 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48140

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.99 3/259 2265
/proc/meminfo: memFree=31883160/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=66996 CPUtime=25.48 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 7404 0 0 0 2546 2 0 0 20 0 1 0 107406017 68603904 16104 33554432000 4194304 6059633 140736122879008 140736122877496 4263613 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 16749 16104 180 456 0 16285 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66996

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 2266
/proc/meminfo: memFree=31847592/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=116316 CPUtime=51.08 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 7683 0 0 0 5103 5 0 0 20 0 1 0 107406017 119107584 25971 33554432000 4194304 6059633 140736122879008 140736122877544 4255380 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 29079 25971 180 456 0 28615 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116316

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 2267
/proc/meminfo: memFree=31795224/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=147136 CPUtime=102.28 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 8221 0 0 0 10217 11 0 0 20 0 1 0 107406017 150667264 30646 33554432000 4194304 6059633 140736122879008 140736122877800 4255727 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 36784 30646 180 456 0 36320 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 147136

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/260 2271
/proc/meminfo: memFree=31782752/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=160480 CPUtime=162.26 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 9107 0 0 0 16207 19 0 0 20 0 1 0 107406017 164331520 32958 33554432000 4194304 6059633 140736122879008 140736122877800 4255738 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 40120 32958 180 456 0 39656 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 160480

[startup+222.311 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 2272
/proc/meminfo: memFree=31760420/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=160480 CPUtime=222.26 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 10447 0 0 0 22199 27 0 0 20 0 1 0 107406017 164331520 38078 33554432000 4194304 6059633 140736122879008 140736122877800 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 40120 38078 180 456 0 39656 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 160480

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 2273
/proc/meminfo: memFree=31760944/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=160480 CPUtime=282.25 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 13290 0 0 0 28190 35 0 0 20 0 1 0 107406017 164331520 33982 33554432000 4194304 6059633 140736122879008 140736122877800 4278520 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 40120 33982 180 456 0 39656 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 160480

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/259 2274
/proc/meminfo: memFree=31751752/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=160480 CPUtime=342.23 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 17093 0 0 0 34177 46 0 0 20 0 1 0 107406017 164331520 36030 33554432000 4194304 6059633 140736122879008 140736122877800 4255169 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 40120 36030 180 456 0 39656 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 160480

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/259 2276
/proc/meminfo: memFree=31660500/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=210568 CPUtime=402.22 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 19847 0 0 0 40168 54 0 0 20 0 1 0 107406017 215621632 49131 33554432000 4194304 6059633 140736122879008 140736122877800 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 52642 49131 180 456 0 52178 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 210568

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2277
/proc/meminfo: memFree=31678772/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=210568 CPUtime=462.21 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 22030 0 0 0 46162 59 0 0 20 0 1 0 107406017 215621632 45547 33554432000 4194304 6059633 140736122879008 140736122877800 4255738 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 52642 45547 180 456 0 52178 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 210568

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2278
/proc/meminfo: memFree=31697044/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=210568 CPUtime=522.2 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 23962 0 0 0 52155 65 0 0 20 0 1 0 107406017 215621632 49643 33554432000 4194304 6059633 140736122879008 140736122877800 4255436 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 52642 49643 180 456 0 52178 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 210568

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2279
/proc/meminfo: memFree=31691984/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=160480 CPUtime=582.18 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 26384 0 0 0 58145 73 0 0 20 0 1 0 107406017 164331520 39460 33554432000 4194304 6059633 140736122879008 140736122877800 4255341 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 40120 39460 180 456 0 39656 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 160480


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


[startup+882.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 2288
/proc/meminfo: memFree=31632028/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=240872 CPUtime=882.14 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 47599 0 0 0 88098 116 0 0 20 0 1 0 107406017 246652928 51369 33554432000 4194304 6059633 140736122879008 140736122877384 4278520 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 60218 51369 180 456 0 59754 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 240872

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2289
/proc/meminfo: memFree=31623120/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=242356 CPUtime=942.1 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 49083 0 0 0 94090 120 0 0 20 0 1 0 107406017 248172544 57503 33554432000 4194304 6059633 140736122879008 140736122877384 4278520 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 60589 57503 180 456 0 60125 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 242356

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2291
/proc/meminfo: memFree=31640304/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=324648 CPUtime=1002.1 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 51121 0 0 0 100083 127 0 0 20 0 1 0 107406017 332439552 63527 33554432000 4194304 6059633 140736122879008 140736122877800 4255341 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 81162 63527 180 456 0 80698 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 324648

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/259 2292
/proc/meminfo: memFree=31666464/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=195864 CPUtime=1062.09 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 52984 0 0 0 106075 134 0 0 20 0 1 0 107406017 200564736 45776 33554432000 4194304 6059633 140736122879008 140736122877832 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 48966 45776 180 456 0 48502 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 195864

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/259 2293
/proc/meminfo: memFree=31657872/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=254732 CPUtime=1122.07 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 57672 0 0 0 112063 144 0 0 20 0 1 0 107406017 260845568 58588 33554432000 4194304 6059633 140736122879008 140736122877320 4254744 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 63683 58588 180 456 0 63219 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 254732

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2294
/proc/meminfo: memFree=31589056/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=343248 CPUtime=1182.06 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 62338 0 0 0 118052 154 0 0 20 0 1 0 107406017 351485952 67179 33554432000 4194304 6059633 140736122879008 140736122877384 4277855 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 85812 67179 180 456 0 85348 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 343248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2295
/proc/meminfo: memFree=31642392/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=217592 CPUtime=1242.05 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 64948 0 0 0 124043 162 0 0 20 0 1 0 107406017 222814208 49659 33554432000 4194304 6059633 140736122879008 140736122877832 4278352 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 54398 49659 180 456 0 53934 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 217592

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2297
/proc/meminfo: memFree=31506900/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=353996 CPUtime=1302.04 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 68278 0 0 0 130033 171 0 0 20 0 1 0 107406017 362491904 76486 33554432000 4194304 6059633 140736122879008 140736122877384 4255350 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 88499 76486 180 456 0 88035 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 353996

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/260 2301
/proc/meminfo: memFree=31647996/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=227112 CPUtime=1362.01 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 70611 0 0 0 136022 179 0 0 20 0 1 0 107406017 232562688 52568 33554432000 4194304 6059633 140736122879008 140736122877832 4277545 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 56778 52568 180 456 0 56314 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 227112

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 2302
/proc/meminfo: memFree=31504052/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=363156 CPUtime=1422.02 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 73828 0 0 0 142015 187 0 0 20 0 1 0 107406017 371871744 78179 33554432000 4194304 6059633 140736122879008 140736122877384 4278520 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 90789 78179 180 456 0 90325 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 363156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2303
/proc/meminfo: memFree=31521092/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=367112 CPUtime=1482 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 77025 0 0 0 148003 197 0 0 20 0 1 0 107406017 375922688 76078 33554432000 4194304 6059633 140736122879008 140736122877384 4255169 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 91778 76078 180 456 0 91314 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 367112

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/259 2304
/proc/meminfo: memFree=31505128/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=371068 CPUtime=1541.99 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 80217 0 0 0 153993 206 0 0 20 0 1 0 107406017 379973632 72444 33554432000 4194304 6059633 140736122879008 140736122877384 4261552 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 92767 72444 180 456 0 92303 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 371068

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/259 2306
/proc/meminfo: memFree=31542076/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=293512 CPUtime=1601.97 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 82692 0 0 0 159983 214 0 0 20 0 1 0 107406017 300556288 65184 33554432000 4194304 6059633 140736122879008 140736122877384 4255169 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 73378 65184 180 456 0 72914 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 293512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2307
/proc/meminfo: memFree=31458208/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=378296 CPUtime=1661.96 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 85355 0 0 0 165975 221 0 0 20 0 1 0 107406017 387375104 86659 33554432000 4194304 6059633 140736122879008 140736122877384 4255284 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 94574 86659 180 456 0 94110 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 378296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2308
/proc/meminfo: memFree=31548320/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=301824 CPUtime=1721.96 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 88626 0 0 0 171968 228 0 0 20 0 1 0 107406017 309067776 66654 33554432000 4194304 6059633 140736122879008 140736122877800 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 75456 66654 180 456 0 74992 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 301824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2309
/proc/meminfo: memFree=31488576/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=386768 CPUtime=1781.94 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 91324 0 0 0 177960 234 0 0 20 0 1 0 107406017 396050432 84072 33554432000 4194304 6059633 140736122879008 140736122877384 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 96692 84072 180 456 0 96228 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 386768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 2309
/proc/meminfo: memFree=31535760/32872528 swapFree=9196/9196
[pid=2264] ppid=2261 vsize=306704 CPUtime=1800.05 cores=0-3,8-11
/proc/2264/stat : 2264 (open-wbo) R 2261 2264 1909 0 -1 4202496 92039 0 0 0 179767 238 0 0 20 0 1 0 107406017 314064896 67310 33554432000 4194304 6059633 140736122879008 140736122877800 4278352 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2264/statm: 76676 67310 180 456 0 76212 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 306704

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

Child status: 40
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1797.67
CPU system time (s): 2.39064
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 591864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 2.39064
maximum resident set size= 444100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92042
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= 96
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.598 second user time and 9.77951 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 01:27:20
IDJOB=4086079
IDBENCH=2601
IDSOLVER=2547
FILE ID=node132/4086079-1465255640
RUNJOBID= node132-1465252035-1925
PBS_JOBID= 19843258
Free space on /tmp= 71744 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086079-1465255640/watcher-4086079-1465255640 -o /tmp/evaluation-result-4086079-1465255640/solver-4086079-1465255640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960  open-wbo HOME/instance-4086079-1465255640.opb

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

MD5SUM BENCH= 1f72b7f8bd829aeeb06978977df8efc2
RANDOM SEED=867468512

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:        31992604 kB
Buffers:           64116 kB
Cached:            88748 kB
SwapCached:         3208 kB
Active:            55512 kB
Inactive:         102896 kB
Active(anon):       5308 kB
Inactive(anon):     3236 kB
Active(file):      50204 kB
Inactive(file):    99660 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094544 kB
Dirty:              9708 kB
Writeback:             0 kB
AnonPages:         13428 kB
Mapped:             7488 kB
Shmem:                 0 kB
Slab:             574284 kB
SReclaimable:      14408 kB
SUnreclaim:       559876 kB
KernelStack:        2104 kB
PageTables:         3552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     134156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71740 MiB
End job on node132 at 2016-06-07 01:57:21