Trace number 4096650

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Open-WBO PB16UNSAT 267.225 267.266

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUM85e1cc7358e9974f03ba54afe2a17b44
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark257.395
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint39
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
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-4096650-1466112823.opb
0.00/0.00	c File size is 240474 bytes.
267.15/267.26	c Sum of soft weights:            0
267.15/267.26	c |                                                                                                       |
267.15/267.26	c ========================================[ Problem Statistics ]===========================================
267.15/267.26	c |                                                                                                       |
267.15/267.26	c |  Problem Type:           Unweighted                                                                   |
267.15/267.26	c |  Number of variables:          1560                                                                   |
267.15/267.26	c |  Number of hard clauses:       7452                                                                   |
267.15/267.26	c |  Number of soft clauses:          0                                                                   |
267.15/267.26	c |  Number of cardinality:           6                                                                   |
267.15/267.26	c |  Number of PB :                   0                                                                   |
267.15/267.26	c |  Parse time:                   0.03 s                                                                 |
267.15/267.26	c |                                                                                                       |
267.15/267.26	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4096650-1466112823/watcher-4096650-1466112823 -o /tmp/evaluation-result-4096650-1466112823/solver-4096650-1466112823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466112418-2486 --watchdog 1960 open-wbo HOME/instance-4096650-1466112823.opb 

pid=4730
running on 4 cores: 0,2,4,6

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.16 2.20 2.18 4/176 4733
/proc/meminfo: memFree=30362328/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=2572 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 13327551 2633728 269 33554432000 4194304 6059633 140734769631520 140737214073960 4681178 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 643 269 193 456 0 120 0

[startup+0.100162 s]
/proc/loadavg: 2.16 2.20 2.18 4/176 4733
/proc/meminfo: memFree=30362328/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=3996 CPUtime=0.09 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 953 0 0 0 9 0 0 0 20 0 1 0 13327551 4091904 629 33554432000 4194304 6059633 140734769631520 140737214073960 4280227 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 999 629 167 456 0 535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3996

[startup+0.200334 s]
/proc/loadavg: 2.16 2.20 2.18 4/176 4733
/proc/meminfo: memFree=30362328/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=4756 CPUtime=0.19 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 1091 0 0 0 19 0 0 0 20 0 1 0 13327551 4870144 764 33554432000 4194304 6059633 140734769631520 140734769630312 4277852 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 1189 764 167 456 0 725 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4756

[startup+0.300253 s]
/proc/loadavg: 2.16 2.20 2.18 4/176 4733
/proc/meminfo: memFree=30362328/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=5588 CPUtime=0.29 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 1504 0 0 0 29 0 0 0 20 0 1 0 13327551 5722112 933 33554432000 4194304 6059633 140734769631520 140734769630312 4255712 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 1397 933 176 456 0 933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5588

[startup+0.700231 s]
/proc/loadavg: 2.16 2.20 2.18 4/176 4733
/proc/meminfo: memFree=30362328/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=7236 CPUtime=0.69 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 1938 0 0 0 69 0 0 0 20 0 1 0 13327551 7409664 1337 33554432000 4194304 6059633 140734769631520 140734769630312 4262710 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 1809 1337 176 456 0 1345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7236

[startup+1.50023 s]
/proc/loadavg: 2.16 2.20 2.18 4/177 4734
/proc/meminfo: memFree=30356524/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=8984 CPUtime=1.49 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 2311 0 0 0 149 0 0 0 20 0 1 0 13327551 9199616 1693 33554432000 4194304 6059633 140734769631520 140734769630040 4255341 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 2246 1693 176 456 0 1782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8984

[startup+3.10023 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 4734
/proc/meminfo: memFree=30355532/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=10632 CPUtime=3.09 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 2862 0 0 0 309 0 0 0 20 0 1 0 13327551 10887168 2203 33554432000 4194304 6059633 140734769631520 140734769630008 4277549 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 2658 2203 176 456 0 2194 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10632

[startup+6.30022 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 4734
/proc/meminfo: memFree=30351964/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=12304 CPUtime=6.29 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 3384 0 0 0 629 0 0 0 20 0 1 0 13327551 12599296 2696 33554432000 4194304 6059633 140734769631520 140734769630040 4278312 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 3076 2696 176 456 0 2612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12304

[startup+12.7003 s]
/proc/loadavg: 2.27 2.22 2.18 4/177 4734
/proc/meminfo: memFree=30349432/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=15424 CPUtime=12.69 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 4515 0 0 0 1268 1 0 0 20 0 1 0 13327551 15794176 3476 33554432000 4194304 6059633 140734769631520 140734769630008 4278520 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 3856 3476 176 456 0 3392 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15424

[startup+25.5003 s]
/proc/loadavg: 2.23 2.21 2.18 3/177 4734
/proc/meminfo: memFree=30342716/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=22496 CPUtime=25.49 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 5281 0 0 0 2548 1 0 0 20 0 1 0 13327551 23035904 5236 33554432000 4194304 6059633 140734769631520 140734769630008 4278373 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 5624 5236 176 456 0 5160 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22496

[startup+51.1003 s]
/proc/loadavg: 2.15 2.19 2.18 3/177 4734
/proc/meminfo: memFree=30340244/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=23352 CPUtime=51.08 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 7204 0 0 0 5107 1 0 0 20 0 1 0 13327551 23912448 5463 33554432000 4194304 6059633 140734769631520 140734769630344 4277864 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 5838 5463 176 456 0 5374 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23352

[startup+102.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/177 4735
/proc/meminfo: memFree=30326560/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=37960 CPUtime=102.28 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 8326 0 0 0 10227 1 0 0 20 0 1 0 13327551 38871040 9102 33554432000 4194304 6059633 140734769631520 140734769630008 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 9490 9102 176 456 0 9026 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37960

[startup+162.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/177 4736
/proc/meminfo: memFree=30301548/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=45088 CPUtime=162.27 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 9113 0 0 0 16225 2 0 0 20 0 1 0 13327551 46170112 10872 33554432000 4194304 6059633 140734769631520 140734769630040 4277847 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 11272 10872 176 456 0 10808 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 45088

[startup+222.307 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 4738
/proc/meminfo: memFree=30313196/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=45844 CPUtime=222.26 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 10984 0 0 0 22224 2 0 0 20 0 1 0 13327551 46944256 9677 33554432000 4194304 6059633 140734769631520 140734769630040 4278024 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 11461 9677 176 456 0 10997 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 45844

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

[startup+230.4 s]
/proc/loadavg: 2.17 2.18 2.18 3/177 4738
/proc/meminfo: memFree=30312208/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=45844 CPUtime=230.35 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11177 0 0 0 23033 2 0 0 20 0 1 0 13327551 46944256 9865 33554432000 4194304 6059633 140734769631520 140734769630040 4278035 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 11461 9865 176 456 0 10997 0
Current children cumulated CPU time (s) 230.35
Current children cumulated vsize (KiB) 45844

[startup+243.207 s]
/proc/loadavg: 2.28 2.21 2.18 3/177 4739
/proc/meminfo: memFree=30303824/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=243.16 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 24313 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 243.16
Current children cumulated vsize (KiB) 57448

[startup+256 s]
/proc/loadavg: 2.24 2.20 2.18 3/177 4739
/proc/meminfo: memFree=30304376/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=255.95 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 25592 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 255.95
Current children cumulated vsize (KiB) 57448

[startup+262.4 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 4739
/proc/meminfo: memFree=30304256/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=262.35 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 26232 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 262.35
Current children cumulated vsize (KiB) 57448

[startup+265.6 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 4739
/proc/meminfo: memFree=30303804/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=265.55 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 26552 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 265.55
Current children cumulated vsize (KiB) 57448

[startup+266.4 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 4739
/proc/meminfo: memFree=30303804/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=266.35 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 26632 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4261502 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 266.35
Current children cumulated vsize (KiB) 57448

[startup+266.8 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 4739
/proc/meminfo: memFree=30303804/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=266.75 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 26672 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4278369 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 266.75
Current children cumulated vsize (KiB) 57448

[startup+267.2 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 4739
/proc/meminfo: memFree=30303804/32872528 swapFree=1399392/1569044
[pid=4733] ppid=4730 vsize=57448 CPUtime=267.15 cores=0,2,4,6
/proc/4733/stat : 4733 (open-wbo) R 4730 4733 29546 0 -1 4202496 11584 0 0 0 26712 3 0 0 20 0 1 0 13327551 58826752 11805 33554432000 4194304 6059633 140734769631520 140734769630008 4278031 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4733/statm: 14362 11805 176 456 0 13898 0
Current children cumulated CPU time (s) 267.15
Current children cumulated vsize (KiB) 57448

Child status: 20
Real time (s): 267.266
CPU time (s): 267.225
CPU user time (s): 267.19
CPU system time (s): 0.034994
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 57448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.19
system time used= 0.034994
maximum resident set size= 56472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11588
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= 3
involuntary context switches= 282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.6539 second user time and 1.05684 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 23:33:43
IDJOB=4096650
IDBENCH=107644
IDSOLVER=2547
FILE ID=node140/4096650-1466112823
RUNJOBID= node140-1466112418-2486
PBS_JOBID= 19904032
Free space on /tmp= 71736 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_33.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096650-1466112823/watcher-4096650-1466112823 -o /tmp/evaluation-result-4096650-1466112823/solver-4096650-1466112823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466112418-2486 --watchdog 1960  open-wbo HOME/instance-4096650-1466112823.opb

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

MD5SUM BENCH= 85e1cc7358e9974f03ba54afe2a17b44
RANDOM SEED=1213335571

node140.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.714
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.42
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.714
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.714
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.714
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.714
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.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		: 2666.714
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.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		: 2666.714
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.714
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:        30362600 kB
Buffers:           59648 kB
Cached:           123356 kB
SwapCached:         2564 kB
Active:           137628 kB
Inactive:          97032 kB
Active(anon):      52356 kB
Inactive(anon):     1792 kB
Active(file):      85272 kB
Inactive(file):    95240 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096820 kB
Dirty:              5820 kB
Writeback:            16 kB
AnonPages:       1619400 kB
Mapped:             7812 kB
Shmem:                 0 kB
Slab:             572716 kB
SReclaimable:      15704 kB
SUnreclaim:       557012 kB
KernelStack:        1472 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1734840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 71732 MiB
End job on node140 at 2016-06-16 23:38:11