Trace number 4103319

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
NaPS 1.02? (MO) 410.252 410.351

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath3.opb
MD5SUM24a38adb0cf3d573eb3de1ce9ead1201
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4776342294353942
Number of bits of the biggest sum of numbers53
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 NaPS 1.02b.
409.39/409.50	c 
409.39/409.50	c *** TERMINATED *** by signal 15
409.39/409.50	s UNKNOWN
409.39/409.50	c _____________________________________________________________________________
409.39/409.50	c 
409.39/409.50	c std/band forms        : 3826,1
409.39/409.50	c 2cl/3cl ITE-codings   : 0,0
409.39/409.50	c BDD/srt/adr Max costs : 203,0,0
409.39/409.50	c BDDraw/bin/mul/srt/adr: 0,0,3826,0,0
409.39/409.50	c BDD nodes             : 3038053
409.39/409.50	c Es1/CC detections     : 0,0
409.39/409.50	c SAT/UNSAT calls       : 0,0
409.39/409.50	c restarts              : 0
409.39/409.50	c conflicts             : 0              (0 /sec)
409.39/409.50	c decisions             : 0              (0 /sec)
409.39/409.50	c propagations          : 0              (0 /sec)
409.39/409.50	c inspects              : 0              (0 /sec)
409.39/409.50	c CPU time (solving tm) : 403.7 s        (0 s)
409.39/409.50	c Time for Opt-base     : 38.91 s
409.39/409.50	c _____________________________________________________________________________

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-4103319-1467024573/watcher-4103319-1467024573 -o /tmp/evaluation-result-4103319-1467024573/solver-4103319-1467024573 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467020147-25278 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4103319-1467024573.opb 

pid=25714
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 4.38 2.78 2.27 4/177 25717
/proc/meminfo: memFree=28202544/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=6728 CPUtime=0 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 383 0 0 0 0 0 0 0 20 0 1 0 35497345 6889472 258 33554432000 4194304 5796924 140734755681312 140734089180440 4404063 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 1682 258 124 392 0 1281 0

[startup+0.10017 s]
/proc/loadavg: 4.38 2.78 2.27 4/177 25717
/proc/meminfo: memFree=28202544/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=13812 CPUtime=0.09 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 2107 0 0 0 9 0 0 0 20 0 1 0 35497345 14143488 1940 33554432000 4194304 5796924 140734755681312 140734089180440 4621249 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 3453 1940 124 392 0 3052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13812

[startup+0.200355 s]
/proc/loadavg: 4.38 2.78 2.27 4/177 25717
/proc/meminfo: memFree=28202544/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=20928 CPUtime=0.19 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 3929 0 0 0 19 0 0 0 20 0 1 0 35497345 21430272 3679 33554432000 4194304 5796924 140734755681312 140734089180440 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 5232 3679 124 392 0 4831 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20928

[startup+0.30033 s]
/proc/loadavg: 4.38 2.78 2.27 4/177 25717
/proc/meminfo: memFree=28202544/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=27912 CPUtime=0.29 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 5552 0 0 0 29 0 0 0 20 0 1 0 35497345 28581888 5126 33554432000 4194304 5796924 140734755681312 140734755680584 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 6978 5126 124 392 0 6577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27912

[startup+0.700252 s]
/proc/loadavg: 4.38 2.78 2.27 4/177 25717
/proc/meminfo: memFree=28202544/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=54876 CPUtime=0.69 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 14941 0 0 0 68 1 0 0 20 0 1 0 35497345 56193024 11817 33554432000 4194304 5796924 140734755681312 140734755680584 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 13752 11822 124 392 0 13351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54876

[startup+1.50025 s]
/proc/loadavg: 4.38 2.78 2.27 3/178 25718
/proc/meminfo: memFree=28119516/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=57068 CPUtime=1.49 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 19340 0 0 0 147 2 0 0 20 0 1 0 35497345 58437632 11512 33554432000 4194304 5796924 140734755681312 140734755678808 4806835 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 14267 11512 124 392 0 13866 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57068

[startup+3.10023 s]
/proc/loadavg: 4.38 2.78 2.27 3/178 25718
/proc/meminfo: memFree=28044000/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=101900 CPUtime=3.09 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 30577 0 0 0 305 4 0 0 20 0 1 0 35497345 104345600 22749 33554432000 4194304 5796924 140734755681312 140734755680472 5087529 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 25475 22749 124 392 0 25074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101900

[startup+6.30031 s]
/proc/loadavg: 4.19 2.76 2.27 3/178 25718
/proc/meminfo: memFree=27876544/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=108512 CPUtime=6.28 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 32256 0 0 0 624 4 0 0 20 0 1 0 35497345 111116288 24428 33554432000 4194304 5796924 140734755681312 140734755679176 4369022 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 27128 24428 130 392 0 26727 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 108512

[startup+12.7002 s]
/proc/loadavg: 4.01 2.75 2.27 3/178 25718
/proc/meminfo: memFree=27604600/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=108084 CPUtime=12.68 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 32559 0 0 0 1264 4 0 0 20 0 1 0 35497345 110678016 24345 33554432000 4194304 5796924 140734755681312 140734755677528 5093092 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 27021 24345 143 392 0 26620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108084

[startup+25.5003 s]
/proc/loadavg: 3.57 2.71 2.26 3/178 25718
/proc/meminfo: memFree=27049688/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=119008 CPUtime=25.48 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 34801 0 0 0 2543 5 0 0 20 0 1 0 35497345 121864192 26950 33554432000 4194304 5796924 140734755681312 140734755677528 5087488 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 29752 26950 143 392 0 29351 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119008

[startup+51.1003 s]
/proc/loadavg: 3.03 2.66 2.25 3/178 25720
/proc/meminfo: memFree=25933060/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=149584 CPUtime=51.08 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 38868 0 0 0 5101 7 0 0 20 0 1 0 35497345 153174016 34728 33554432000 4194304 5796924 140734755681312 140734755677528 5184407 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 37396 34728 143 392 0 36995 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 149584

[startup+102.3 s]
/proc/loadavg: 2.49 2.57 2.25 3/177 25721
/proc/meminfo: memFree=21579508/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=2336952 CPUtime=102.28 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 584778 0 0 0 10144 84 0 0 20 0 1 0 35497345 2393038848 580638 33554432000 4194304 5796924 140734755681312 140734689378168 5096591 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 584238 580638 143 392 0 583837 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2336952

[startup+162.3 s]
/proc/loadavg: 2.23 2.48 2.23 3/177 25722
/proc/meminfo: memFree=16607928/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=4827132 CPUtime=162.26 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 1207556 0 0 0 16056 170 0 0 20 0 1 0 35497345 4942983168 1203927 33554432000 4194304 5796924 140734755681312 140734689440728 4199767 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 1206783 1203927 143 392 0 1206382 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4827132

[startup+222.308 s]
/proc/loadavg: 2.08 2.39 2.22 3/177 25723
/proc/meminfo: memFree=11504292/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=7461504 CPUtime=222.26 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 1860684 0 0 0 21965 261 0 0 20 0 1 0 35497345 7640580096 1862513 33554432000 4194304 5796924 140734755681312 140734691864616 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 1865376 1862515 143 392 0 1864975 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 7461504

[startup+282.3 s]
/proc/loadavg: 2.03 2.31 2.20 3/177 25725
/proc/meminfo: memFree=6729276/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=10195476 CPUtime=282.25 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 2542390 0 0 0 27864 361 0 0 20 0 1 0 35497345 10440167424 2545752 33554432000 4194304 5796924 140734755681312 140734689549352 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 2548902 2545754 143 392 0 2548501 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 10195476

[startup+342.3 s]
/proc/loadavg: 2.15 2.29 2.19 3/178 25820
/proc/meminfo: memFree=18561124/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=12880204 CPUtime=342.23 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 3210713 0 0 0 33762 461 0 0 20 0 1 0 35497345 13189328896 3214623 33554432000 4194304 5796924 140734755681312 140734696069528 5096680 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 3220051 3214623 143 392 0 3219650 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 12880204

[startup+402.3 s]
/proc/loadavg: 2.17 2.26 2.18 3/176 25821
/proc/meminfo: memFree=15866312/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=15561464 CPUtime=402.19 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 3871112 0 0 0 39665 554 0 0 20 0 1 0 35497345 15934939136 3886610 33554432000 4194304 5796924 140734755681312 140734689643032 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 3890366 3886610 143 392 0 3889965 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 15561464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+409.5 s]
/proc/loadavg: 2.14 2.25 2.18 3/176 25821
/proc/meminfo: memFree=15525188/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=15877208 CPUtime=409.39 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202496 3950072 0 0 0 40374 565 0 0 20 0 1 0 35497345 16258260992 3965570 33554432000 4194304 5796924 140734755681312 140734689431800 5092983 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 3969302 3965570 143 392 0 3968901 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 15877208

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

[startup+409.6 s]
/proc/loadavg: 2.14 2.25 2.18 3/176 25821
/proc/meminfo: memFree=15525188/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=0 CPUtime=409.49 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202500 3950085 0 0 0 40374 575 0 0 20 0 1 0 35497345 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 0

[startup+410 s]
/proc/loadavg: 2.14 2.25 2.18 3/176 25821
/proc/meminfo: memFree=15525188/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=0 CPUtime=409.89 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202500 3950085 0 0 0 40374 615 0 0 20 0 1 0 35497345 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 409.89
Current children cumulated vsize (KiB) 0

[startup+410.2 s]
/proc/loadavg: 2.14 2.25 2.18 3/176 25821
/proc/meminfo: memFree=15525188/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=0 CPUtime=410.09 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202500 3950085 0 0 0 40374 635 0 0 20 0 1 0 35497345 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 410.09
Current children cumulated vsize (KiB) 0

[startup+410.3 s]
/proc/loadavg: 2.14 2.25 2.18 3/176 25821
/proc/meminfo: memFree=30394960/32872528 swapFree=249752/274280
[pid=25717] ppid=25714 vsize=0 CPUtime=410.2 cores=1,3,5,7
/proc/25717/stat : 25717 (naps-1.02) R 25714 25717 25261 0 -1 4202500 3950085 0 0 0 40374 646 0 0 20 0 1 0 35497345 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 410.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 410.351
CPU time (s): 410.252
CPU user time (s): 403.743
CPU system time (s): 6.50901
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 15877208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.743
system time used= 6.50901
maximum resident set size= 15862332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3950085
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= 46
involuntary context switches= 512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06884 second user time and 1.55176 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-27 12:49:33
IDJOB=4103319
IDBENCH=2326
IDSOLVER=2544
FILE ID=node107/4103319-1467024573
RUNJOBID= node107-1467020147-25278
PBS_JOBID= 19976981
Free space on /tmp= 71712 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath3.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103319-1467024573/watcher-4103319-1467024573 -o /tmp/evaluation-result-4103319-1467024573/solver-4103319-1467024573 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467020147-25278 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4103319-1467024573.opb

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

MD5SUM BENCH= 24a38adb0cf3d573eb3de1ce9ead1201
RANDOM SEED=1890579228

node107.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.695
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.39
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.695
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.695
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.54
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.695
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.695
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.56
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.695
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.695
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.55
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.695
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28203568 kB
Buffers:           82840 kB
Cached:           402480 kB
SwapCached:         1956 kB
Active:          3230164 kB
Inactive:         402772 kB
Active(anon):    3148876 kB
Inactive(anon):      616 kB
Active(file):      81288 kB
Inactive(file):   402156 kB
Unevictable:      274280 kB
Mlocked:          249752 kB
SwapTotal:      67108856 kB
SwapFree:       67099140 kB
Dirty:             13388 kB
Writeback:             0 kB
AnonPages:       3420200 kB
Mapped:             8820 kB
Shmem:                 0 kB
Slab:             622544 kB
SReclaimable:      65696 kB
SUnreclaim:       556848 kB
KernelStack:        1496 kB
PageTables:        10396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3560520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71700 MiB
End job on node107 at 2016-06-27 12:56:24