Trace number 4099838

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Open-WBO PB16? 155.32 156.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran14x18.opb
MD5SUM61bd3dd8a49bc9125fdf13f69f76abf6
Bench CategoryOPT-SMALLINT (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.06399
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7812
Total number of constraints284
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints284
Minimum length of a constraint31
Maximum length of a constraint540
Number of terms in the objective function 7812
Biggest coefficient in the objective function 1941
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 530902
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530902
Number of bits of the biggest sum of numbers20
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-4099838-1466224103.opb
0.00/0.00	c File size is 300862 bytes.
154.83/155.86	c Sum of soft weights:       530902
154.83/155.86	c |                                                                                                       |
154.83/155.86	c ========================================[ Problem Statistics ]===========================================
154.83/155.86	c |                                                                                                       |
154.83/155.86	c |  Problem Type:             Weighted                                                                   |
154.83/155.86	c |  Number of variables:          7812                                                                   |
154.83/155.86	c |  Number of hard clauses:          0                                                                   |
154.83/155.86	c |  Number of soft clauses:       7812                                                                   |
154.83/155.86	c |  Number of cardinality:           0                                                                   |
154.83/155.86	c |  Number of PB :                 316                                                                   |
154.83/155.86	c |  Parse time:                   0.03 s                                                                 |
154.83/155.86	c |                                                                                                       |
154.83/155.86	c Error: Out of memory.
154.83/155.86	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-4099838-1466224103/watcher-4099838-1466224103 -o /tmp/evaluation-result-4099838-1466224103/solver-4099838-1466224103 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466223958-21484 --watchdog 1960 open-wbo HOME/instance-4099838-1466224103.opb 

pid=21650
running on 4 cores: 1,3,5,7

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.33 2.40 3.02 4/176 21653
/proc/meminfo: memFree=27867824/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=3160 CPUtime=0 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 24458978 3235840 395 33554432000 4194304 6059633 140737318029136 140734479853176 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 790 396 207 456 0 252 0

[startup+0.100126 s]
/proc/loadavg: 2.33 2.40 3.02 4/176 21653
/proc/meminfo: memFree=27867824/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=22652 CPUtime=0.08 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 4561 0 0 0 8 0 0 0 20 0 1 0 24458978 23195648 4630 33554432000 4194304 6059633 140737318029136 140734479853176 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 5663 4631 161 456 0 5199 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22652

[startup+0.200325 s]
/proc/loadavg: 2.33 2.40 3.02 4/176 21653
/proc/meminfo: memFree=27867824/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=43088 CPUtime=0.19 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 8380 0 0 0 18 1 0 0 20 0 1 0 24458978 44122112 9595 33554432000 4194304 6059633 140737318029136 140734479853176 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 10772 9596 161 456 0 10308 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43088

[startup+0.300289 s]
/proc/loadavg: 2.33 2.40 3.02 4/176 21653
/proc/meminfo: memFree=27867824/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=73528 CPUtime=0.29 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 12735 0 0 0 27 2 0 0 20 0 1 0 24458978 75292672 15315 33554432000 4194304 6059633 140737318029136 140734479853176 5131680 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 18382 15317 161 456 0 17918 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73528

[startup+0.700228 s]
/proc/loadavg: 2.33 2.40 3.02 4/176 21653
/proc/meminfo: memFree=27867824/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=162904 CPUtime=0.69 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 23201 0 0 0 65 4 0 0 20 0 1 0 24458978 166813696 30890 33554432000 4194304 6059633 140737318029136 140734479853176 4294931 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 40726 31402 161 456 0 40262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162904

[startup+1.50023 s]
/proc/loadavg: 2.33 2.40 3.02 4/177 21654
/proc/meminfo: memFree=27523624/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=271848 CPUtime=1.49 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 37844 0 0 0 142 7 0 0 20 0 1 0 24458978 278372352 60352 33554432000 4194304 6059633 140737318029136 140737318026312 5131227 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 67962 60355 161 456 0 67498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 271848

[startup+3.10023 s]
/proc/loadavg: 2.33 2.40 3.02 4/177 21654
/proc/meminfo: memFree=27297004/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=503304 CPUtime=3.09 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 66590 0 0 0 296 13 0 0 20 0 1 0 24458978 515383296 119247 33554432000 4194304 6059633 140737318029136 140737318026312 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 125826 119248 161 456 0 125362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 503304

[startup+6.30023 s]
/proc/loadavg: 2.38 2.41 3.01 4/177 21654
/proc/meminfo: memFree=26705172/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=823860 CPUtime=6.29 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 102377 0 0 0 608 21 0 0 20 0 1 0 24458978 843632640 195238 33554432000 4194304 6059633 140737318029136 140737318026632 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 205965 195239 161 456 0 205501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 823860

[startup+12.7002 s]
/proc/loadavg: 2.35 2.40 3.01 4/177 21654
/proc/meminfo: memFree=25623168/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=1775968 CPUtime=12.69 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 167026 0 0 0 1228 41 0 0 20 0 1 0 24458978 1818591232 332729 33554432000 4194304 6059633 140737318029136 140737318026968 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 443992 332733 161 456 0 443528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1775968

[startup+25.5003 s]
/proc/loadavg: 2.34 2.39 3.00 4/177 21654
/proc/meminfo: memFree=23432468/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=2910620 CPUtime=25.49 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 275022 0 0 0 2477 72 0 0 20 0 1 0 24458978 2980474880 591879 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 727655 591879 161 456 0 727191 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2910620

[startup+51.1003 s]
/proc/loadavg: 2.35 2.39 2.98 4/177 21654
/proc/meminfo: memFree=19725900/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=5130696 CPUtime=51.08 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 501378 0 0 0 4981 127 0 0 20 0 1 0 24458978 5253832704 1120544 33554432000 4194304 6059633 140737318029136 140737318026584 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 1282674 1120544 161 456 0 1282210 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5130696

[startup+102.3 s]
/proc/loadavg: 2.32 2.38 2.94 4/178 21659
/proc/meminfo: memFree=11345084/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=10760268 CPUtime=102.28 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 799648 0 0 0 9980 248 0 0 20 0 1 0 24458978 11018514432 2022106 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 2690067 2022106 161 456 0 2689603 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 10760268

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

[startup+102.407 s]
/proc/loadavg: 2.32 2.38 2.94 4/178 21659
/proc/meminfo: memFree=11345084/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=10761952 CPUtime=102.38 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 799982 0 0 0 9990 248 0 0 20 0 1 0 24458978 11020238848 2023973 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 2690488 2023973 161 456 0 2690024 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 10761952

[startup+128 s]
/proc/loadavg: 2.35 2.38 2.93 4/178 21660
/proc/meminfo: memFree=7354532/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=12339868 CPUtime=127.97 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 1072980 0 0 0 12485 312 0 0 20 0 1 0 24458978 12636024832 2592313 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 3084967 2592313 161 456 0 3084503 0
Current children cumulated CPU time (s) 127.97
Current children cumulated vsize (KiB) 12339868

[startup+140.8 s]
/proc/loadavg: 2.35 2.37 2.92 3/178 21706
/proc/meminfo: memFree=17304648/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=12580552 CPUtime=140.78 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 1116339 0 0 0 13742 336 0 0 20 0 1 0 24458978 12882485248 2785906 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 3145138 2785906 161 456 0 3144674 0
Current children cumulated CPU time (s) 140.78
Current children cumulated vsize (KiB) 12580552

[startup+147.2 s]
/proc/loadavg: 2.32 2.37 2.91 3/178 21706
/proc/meminfo: memFree=16493040/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=12699092 CPUtime=147.16 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 1137702 0 0 0 14371 345 0 0 20 0 1 0 24458978 13003870208 2881361 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 3174773 2881362 161 456 0 3174309 0
Current children cumulated CPU time (s) 147.16
Current children cumulated vsize (KiB) 12699092

[startup+150.4 s]
/proc/loadavg: 2.29 2.36 2.91 3/178 21706
/proc/meminfo: memFree=15964532/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=12761528 CPUtime=150.36 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 1148907 0 0 0 14685 351 0 0 20 0 1 0 24458978 13067804672 2931402 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 3190382 2931403 161 456 0 3189918 0
Current children cumulated CPU time (s) 150.36
Current children cumulated vsize (KiB) 12761528

[startup+153.6 s]
/proc/loadavg: 2.29 2.36 2.91 3/178 21706
/proc/meminfo: memFree=15527012/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=12820756 CPUtime=153.56 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202496 1159647 0 0 0 15002 354 0 0 20 0 1 0 24458978 13128454144 2978934 33554432000 4194304 6059633 140737318029136 140737318026888 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 3205189 2978934 161 456 0 3204725 0
Current children cumulated CPU time (s) 153.56
Current children cumulated vsize (KiB) 12820756

[startup+155.207 s]
/proc/loadavg: 2.27 2.36 2.90 2/178 21706
/proc/meminfo: memFree=15131444/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=12908940 CPUtime=154.83 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) S 21650 21653 16262 0 -1 4202496 1164203 0 0 0 15127 356 0 0 20 0 1 0 24458978 13218754560 2996647 33554432000 4194304 6059633 140737318029136 140737318028360 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 3 0 0 0 0 0
/proc/21653/statm: 3227235 2996647 209 456 0 3226771 0
Current children cumulated CPU time (s) 154.83
Current children cumulated vsize (KiB) 12908940

[startup+156 s]
/proc/loadavg: 2.27 2.36 2.90 2/178 21706
/proc/meminfo: memFree=15131444/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=0 CPUtime=154.97 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202500 1164205 0 0 0 15127 370 0 0 20 0 1 0 24458978 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.97
Current children cumulated vsize (KiB) 0

[startup+156.2 s]
/proc/loadavg: 2.27 2.36 2.90 3/178 21706
/proc/meminfo: memFree=21334564/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=0 CPUtime=155.17 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202500 1164205 0 0 0 15127 390 0 0 20 0 1 0 24458978 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 155.17
Current children cumulated vsize (KiB) 0

[startup+156.307 s]
/proc/loadavg: 2.27 2.36 2.90 3/178 21706
/proc/meminfo: memFree=21334564/32872528 swapFree=1556504/1720024
[pid=21653] ppid=21650 vsize=0 CPUtime=155.27 cores=1,3,5,7
/proc/21653/stat : 21653 (open-wbo) R 21650 21653 16262 0 -1 4202500 1164205 0 0 0 15127 400 0 0 20 0 1 0 24458978 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 155.27
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 156.35
CPU time (s): 155.32
CPU user time (s): 151.271
CPU system time (s): 4.04938
CPU usage (%): 99.3418
Max. virtual memory (cumulated for all children) (KiB): 12908940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.271
system time used= 4.04938
maximum resident set size= 11986596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1164205
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= 12
involuntary context switches= 172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.371943 second user time and 0.630904 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 06:28:24
IDJOB=4099838
IDBENCH=1540
IDSOLVER=2547
FILE ID=node117/4099838-1466224103
RUNJOBID= node117-1466223958-21484
PBS_JOBID= 19918159
Free space on /tmp= 71728 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran14x18.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099838-1466224103/watcher-4099838-1466224103 -o /tmp/evaluation-result-4099838-1466224103/solver-4099838-1466224103 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466223958-21484 --watchdog 1960  open-wbo HOME/instance-4099838-1466224103.opb

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

MD5SUM BENCH= 61bd3dd8a49bc9125fdf13f69f76abf6
RANDOM SEED=826529688

node117.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		: 2666.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 5333.82
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		: 2666.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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:        27870268 kB
Buffers:          131440 kB
Cached:           726212 kB
SwapCached:            0 kB
Active:          1771356 kB
Inactive:         754696 kB
Active(anon):    1665612 kB
Inactive(anon):     5452 kB
Active(file):     105744 kB
Inactive(file):   749244 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16384 kB
Writeback:            28 kB
AnonPages:       3383972 kB
Mapped:            13484 kB
Shmem:               204 kB
Slab:             620656 kB
SReclaimable:      64224 kB
SUnreclaim:       556432 kB
KernelStack:        1416 kB
PageTables:        10684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3780784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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= 71724 MiB
End job on node117 at 2016-06-18 06:31:00