Trace number 4100323

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.02UNSAT 517.258 517.339

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dolom1.opb
MD5SUMc9cdfa3ed9647feb8326e0656a4e04eb
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.373942
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables66480
Total number of constraints1802
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 constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 7822
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 589829
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 589831
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 NaPS 1.02b.
516.61/516.73	s UNSATISFIABLE
516.61/516.73	c _____________________________________________________________________________
516.61/516.73	c 
516.61/516.73	c std/band forms        : 138,1693
516.61/516.73	c 2cl/3cl ITE-codings   : 1076568,5469135
516.61/516.73	c BDD/srt/adr Max costs : 131724,425144,44084
516.61/516.73	c BDDraw/bin/mul/srt/adr: 1802,0,0,26,3
516.61/516.73	c BDD nodes             : 21342752
516.61/516.73	c Es1/CC detections     : 0,0
516.61/516.73	c SAT/UNSAT calls       : 0,1
516.61/516.73	c restarts              : 1
516.61/516.73	c conflicts             : 9              (0 /sec)
516.61/516.73	c decisions             : 449            (1 /sec)
516.61/516.73	c propagations          : 18215874       (35374 /sec)
516.61/516.73	c inspects              : 0              (0 /sec)
516.61/516.73	c CPU time (solving tm) : 515 s        (27.08 s)
516.61/516.73	c Time for Opt-base     : 194.5 s
516.61/516.73	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-4100323-1467021665/watcher-4100323-1467021665 -o /tmp/evaluation-result-4100323-1467021665/solver-4100323-1467021665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100323-1467021665.opb 

pid=6035
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 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: 2.03 2.01 1.75 3/259 6038
/proc/meminfo: memFree=25337224/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=9584 CPUtime=0 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 1097 0 0 0 0 0 0 0 20 0 1 0 35204744 9814016 930 33554432000 4194304 5796924 140733470061008 140734467052328 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 2396 931 114 392 0 1995 0

[startup+0.100162 s]
/proc/loadavg: 2.03 2.01 1.75 3/259 6038
/proc/meminfo: memFree=25337224/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=28168 CPUtime=0.09 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 5347 0 0 0 9 0 0 0 20 0 1 0 35204744 28844032 4905 33554432000 4194304 5796924 140733470061008 140734467052328 5087650 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 7042 4905 116 392 0 6641 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28168

[startup+0.200356 s]
/proc/loadavg: 2.03 2.01 1.75 3/259 6038
/proc/meminfo: memFree=25337224/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=33416 CPUtime=0.19 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 6798 0 0 0 19 0 0 0 20 0 1 0 35204744 34217984 6226 33554432000 4194304 5796924 140733470061008 140734467052328 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 8354 6226 128 392 0 7953 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33416

[startup+0.300331 s]
/proc/loadavg: 2.03 2.01 1.75 3/259 6038
/proc/meminfo: memFree=25337224/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=35084 CPUtime=0.29 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 7144 0 0 0 29 0 0 0 20 0 1 0 35204744 35926016 6572 33554432000 4194304 5796924 140733470061008 140733470060232 5092467 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 8771 6572 128 392 0 8370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35084

[startup+0.700199 s]
/proc/loadavg: 2.03 2.01 1.75 3/259 6038
/proc/meminfo: memFree=25337224/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=44732 CPUtime=0.69 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 9166 0 0 0 68 1 0 0 20 0 1 0 35204744 45805568 8594 33554432000 4194304 5796924 140733470061008 140733470060232 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 11183 8594 128 392 0 10782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44732

[startup+1.50025 s]
/proc/loadavg: 2.03 2.01 1.75 3/260 6039
/proc/meminfo: memFree=25292772/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=66140 CPUtime=1.49 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 16869 0 0 0 147 2 0 0 20 0 1 0 35204744 67727360 13209 33554432000 4194304 5796924 140733470061008 140733470060280 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 16535 13209 128 392 0 16134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66140

[startup+3.10024 s]
/proc/loadavg: 2.03 2.01 1.75 3/260 6039
/proc/meminfo: memFree=25265720/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=104120 CPUtime=3.09 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 28814 0 0 0 306 3 0 0 20 0 1 0 35204744 106618880 22268 33554432000 4194304 5796924 140733470061008 140733470060232 4266554 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 26030 22268 139 392 0 25629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104120

[startup+6.30026 s]
/proc/loadavg: 2.03 2.01 1.75 3/260 6039
/proc/meminfo: memFree=25235372/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=132684 CPUtime=6.29 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 35321 0 0 0 625 4 0 0 20 0 1 0 35204744 135868416 29138 33554432000 4194304 5796924 140733470061008 140733470033416 4806878 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 33171 29138 139 392 0 32770 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132684

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 1.75 3/260 6039
/proc/meminfo: memFree=25211480/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=157020 CPUtime=12.69 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 38959 0 0 0 1264 5 0 0 20 0 1 0 35204744 160788480 35465 33554432000 4194304 5796924 140733470061008 140733469841336 4425326 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 39255 35465 139 392 0 38854 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157020

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 1.75 3/260 6039
/proc/meminfo: memFree=25150348/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=205124 CPUtime=25.49 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 44429 0 0 0 2542 7 0 0 20 0 1 0 35204744 210046976 47415 33554432000 4194304 5796924 140733470061008 140733470034904 5096680 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 51281 47415 139 392 0 50880 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 205124

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 1.76 3/260 6039
/proc/meminfo: memFree=24946488/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=414144 CPUtime=51.08 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 81424 0 0 0 5095 13 0 0 20 0 1 0 35204744 424083456 98393 33554432000 4194304 5796924 140733470061008 140733470057992 4805694 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 103536 98393 150 392 0 103135 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 414144

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/259 6040
/proc/meminfo: memFree=24254932/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=1102712 CPUtime=102.29 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 248903 0 0 0 10192 37 0 0 20 0 1 0 35204744 1129177088 270982 33554432000 4194304 5796924 140733470061008 140733470057992 5092604 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 275678 270982 150 392 0 275277 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1102712

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/259 6041
/proc/meminfo: memFree=23974596/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=1399436 CPUtime=162.26 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 295044 0 0 0 16179 47 0 0 20 0 1 0 35204744 1433022464 340489 33554432000 4194304 5796924 140733470061008 140733470057992 5092467 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 349859 340489 190 392 0 349458 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1399436

[startup+222.311 s]
/proc/loadavg: 2.06 2.01 1.79 3/259 6042
/proc/meminfo: memFree=23131052/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=2256764 CPUtime=222.26 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 497710 0 0 0 22151 75 0 0 20 0 1 0 35204744 2310926336 550309 33554432000 4194304 5796924 140733470061008 140733456284120 5091201 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 564191 550311 190 392 0 563790 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2256764

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.81 3/259 6044
/proc/meminfo: memFree=22486604/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=2884424 CPUtime=282.25 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 654658 0 0 0 28126 99 0 0 20 0 1 0 35204744 2953650176 710323 33554432000 4194304 5796924 140733470061008 140733470057992 4839552 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 721106 710323 191 392 0 720705 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2884424

[startup+342.3 s]
/proc/loadavg: 2.06 2.02 1.82 3/259 6045
/proc/meminfo: memFree=22485472/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=2884424 CPUtime=342.24 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 654658 0 0 0 34125 99 0 0 20 0 1 0 35204744 2953650176 710323 33554432000 4194304 5796924 140733470061008 140733470057992 5087747 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 721106 710323 191 392 0 720705 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2884424

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.83 3/259 6046
/proc/meminfo: memFree=22485332/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=2884424 CPUtime=402.23 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 654658 0 0 0 40124 99 0 0 20 0 1 0 35204744 2953650176 710323 33554432000 4194304 5796924 140733470061008 140733470057992 5087766 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 721106 710323 191 392 0 720705 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2884424

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/259 6047
/proc/meminfo: memFree=22484828/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=2884424 CPUtime=462.22 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 654658 0 0 0 46123 99 0 0 20 0 1 0 35204744 2953650176 710323 33554432000 4194304 5796924 140733470061008 140733470057992 4261421 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 721106 710323 191 392 0 720705 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2884424

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

[startup+486.4 s]
/proc/loadavg: 2.00 2.01 1.84 3/259 6048
/proc/meminfo: memFree=20627524/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=5047676 CPUtime=486.31 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 724110 0 0 0 48489 142 0 0 20 0 1 0 35204744 5168820224 1183939 33554432000 4194304 5796924 140733470061008 140733470027608 4600853 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1261919 1183939 194 392 0 1261518 0
Current children cumulated CPU time (s) 486.31
Current children cumulated vsize (KiB) 5047676

[startup+499.2 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6048
/proc/meminfo: memFree=19547032/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=6583380 CPUtime=499.12 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 735801 0 0 0 49744 168 0 0 20 0 1 0 35204744 6741381120 1445383 33554432000 4194304 5796924 140733470061008 140733470058376 4639753 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1645845 1445383 201 392 0 1645444 0
Current children cumulated CPU time (s) 499.12
Current children cumulated vsize (KiB) 6583380

[startup+505.6 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25992296/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=6583380 CPUtime=505.51 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 735807 0 0 0 50382 169 0 0 20 0 1 0 35204744 6741381120 1448455 33554432000 4194304 5796924 140733470061008 140733470058376 4632595 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1645845 1448455 201 392 0 1645444 0
Current children cumulated CPU time (s) 505.51
Current children cumulated vsize (KiB) 6583380

[startup+512 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25859384/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=6583380 CPUtime=511.91 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 735840 0 0 0 51022 169 0 0 20 0 1 0 35204744 6741381120 1448488 33554432000 4194304 5796924 140733470061008 140733470058376 5101390 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1645845 1448488 208 392 0 1645444 0
Current children cumulated CPU time (s) 511.91
Current children cumulated vsize (KiB) 6583380

[startup+515.2 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25708288/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=6583380 CPUtime=515.11 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 735840 0 0 0 51342 169 0 0 20 0 1 0 35204744 6741381120 1448488 33554432000 4194304 5796924 140733470061008 140733470058376 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1645845 1448488 208 392 0 1645444 0
Current children cumulated CPU time (s) 515.11
Current children cumulated vsize (KiB) 6583380

[startup+516.01 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25658812/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=6583380 CPUtime=515.92 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 735840 0 0 0 51423 169 0 0 20 0 1 0 35204744 6741381120 1448488 33554432000 4194304 5796924 140733470061008 140733470058376 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1645845 1448488 208 392 0 1645444 0
Current children cumulated CPU time (s) 515.92
Current children cumulated vsize (KiB) 6583380

[startup+516.8 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25658812/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=6447996 CPUtime=516.71 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202496 735853 0 0 0 51502 169 0 0 20 0 1 0 35204744 6602747904 1422564 33554432000 4194304 5796924 140733470061008 140733470058376 4553748 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 1611999 1422564 221 392 0 1611598 0
Current children cumulated CPU time (s) 516.71
Current children cumulated vsize (KiB) 6447996

[startup+517.2 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25712212/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=0 CPUtime=517.11 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202500 735854 0 0 0 51530 181 0 0 20 0 1 0 35204744 0 0 33554432000 0 0 0 0 0 0 0 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 517.11
Current children cumulated vsize (KiB) 0

[startup+517.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25712212/32872528 swapFree=7556/7556
[pid=6038] ppid=6035 vsize=0 CPUtime=517.21 cores=0-3,8-11
/proc/6038/stat : 6038 (naps-1.02) R 6035 6038 5888 0 -1 4202500 735854 0 0 0 51530 191 0 0 20 0 1 0 35204744 0 0 33554432000 0 0 0 0 0 0 0 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/6038/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 517.21
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 517.339
CPU time (s): 517.258
CPU user time (s): 515.309
CPU system time (s): 1.9497
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 6583380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.309
system time used= 1.9497
maximum resident set size= 5793996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 735854
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= 594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.89271 second user time and 2.74458 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 12:01:06
IDJOB=4100323
IDBENCH=1602
IDSOLVER=2544
FILE ID=node132/4100323-1467021665
RUNJOBID= node132-1467020363-5904
PBS_JOBID= 19976984
Free space on /tmp= 71488 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-dolom1.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100323-1467021665/watcher-4100323-1467021665 -o /tmp/evaluation-result-4100323-1467021665/solver-4100323-1467021665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100323-1467021665.opb

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

MD5SUM BENCH= c9cdfa3ed9647feb8326e0656a4e04eb
RANDOM SEED=2096805682

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.034
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.06
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.034
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.034
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.034
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.034
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.034
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.034
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.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		: 2667.034
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.56
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.034
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.034
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.034
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.034
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.55
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.034
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.55
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.034
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.034
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.034
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:        25337232 kB
Buffers:           86728 kB
Cached:           220540 kB
SwapCached:         1748 kB
Active:          6583096 kB
Inactive:         190648 kB
Active(anon):    6465168 kB
Inactive(anon):     3512 kB
Active(file):     117928 kB
Inactive(file):   187136 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098724 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:       6456112 kB
Mapped:             7928 kB
Shmem:                 0 kB
Slab:             601260 kB
SReclaimable:      41568 kB
SUnreclaim:       559692 kB
KernelStack:        2200 kB
PageTables:        16956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6661332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    903168 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= 71524 MiB
End job on node132 at 2016-06-27 12:09:43