Trace number 4099284

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
toysat 2016-05-02UNSAT 3.2495 3.27834

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUMad2f2eb73d6b7e5f546be528b10bc762
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.10168
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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.02	c 2016-06-18T01:28:50+0200
0.00/0.02	c version = 0.5.0
0.00/0.02	c githash = 1a49202
0.00/0.02	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.02	c arch = x86_64
0.00/0.02	c os = linux
0.00/0.02	c compiler = ghc 7.10
0.00/0.02	c packages:
0.00/0.02	c   OptDir-0.0.3
0.00/0.02	c   array-0.5.1.0
0.00/0.02	c   base-4.8.2.0
0.00/0.02	c   bytestring-0.10.6.0
0.00/0.02	c   bytestring-builder-0.10.6.0.0
0.00/0.02	c   clock-0.7.2
0.00/0.02	c   containers-0.5.6.2
0.00/0.02	c   data-default-0.5.3
0.00/0.02	c   data-default-class-0.0.1
0.00/0.02	c   data-interval-1.2.0
0.00/0.02	c   deepseq-1.4.1.1
0.00/0.02	c   directory-1.2.2.0
0.00/0.02	c   exceptions-0.8.2.1
0.00/0.02	c   extended-reals-0.2.1.0
0.00/0.02	c   filepath-1.4.0.0
0.00/0.02	c   finite-field-0.8.0
0.00/0.02	c   hashable-1.2.4.0
0.00/0.02	c   heaps-0.3.3
0.00/0.02	c   intern-0.9.1.4
0.00/0.02	c   loop-0.3.0
0.00/0.02	c   mtl-2.2.1
0.00/0.02	c   multiset-0.3.2
0.00/0.02	c   mwc-random-0.13.3.2
0.00/0.02	c   parse_dimacs-1.3
0.00/0.02	c   parsec-3.1.9
0.00/0.02	c   prettyclass-1.0.0.0
0.00/0.02	c   primes-0.2.1.0
0.00/0.02	c   primitive-0.6.1.0
0.00/0.02	c   process-1.2.3.0
0.00/0.02	c   pseudo-boolean-0.1.3.0
0.00/0.03	c   queue-0.1.2
0.00/0.03	c   semigroups-0.18.1
0.00/0.03	c   sign-0.4.3
0.00/0.03	c   stm-2.4.4.1
0.00/0.03	c   template-haskell-2.10.0.0
0.00/0.03	c   temporary-1.2.0.4
0.00/0.03	c   time-1.5.0.1
0.00/0.03	c   transformers-0.4.2.0
0.00/0.03	c   transformers-compat-0.5.1.4
0.00/0.03	c   type-level-numbers-0.1.1.1
0.00/0.03	c   unbounded-delays-0.1.0.9
0.00/0.03	c   unordered-containers-0.2.6.0
0.00/0.03	c   vector-0.11.0.0
0.00/0.03	c   vector-space-0.10.3
0.00/0.03	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4099284-1466206129.opb"]
0.00/0.03	c use --random-gen="1718575019 1936511559 1881198165 1897653675 4203614986 2444140569 2144868972 2029846274 1751970784 3761391651 3421370845 4121169244 2829441626 1548399450 424112591 3344631280 2196265899 1600849716 278071834 3379969794 1564941355 1443102847 1553967159 2362336723 710991910 3612750746 3219609600 2688108397 3583171827 1214737890 1839373521 3910842093 3514640327 3467566727 3337811811 92537684 973911168 3639476729 3821021165 1516374125 13691071 763240829 1059753236 1736396438 3831646824 1724515059 3978609389 849511025 2243105707 3543469809 1652743626 3675031668 632116731 3981372376 2622250466 3910589031 117244202 1155499096 1187438373 4036326982 1626542324 2302254760 4216234661 3146172628 1123080990 3794051904 1954575632 2472928320 3087815586 121560184 3229945312 1986882075 1532174718 903253660 1583979382 4151518768 2031866003 481517065 3492905206 1578448362 1059667275 3826670210 62918535 3504312236 47255040 1325176745 474209678 1581706252 1944182171 3538772005 3212904644 4007523658 2135437698 1522192078 1524911422 3102148092 1607826542 3399811450 3696261700 2390656557 3068202697 1962587607 1341970634 570552761 2666446067 2969993489 3752100395 3078934410 2615184350 1788209446 3379951599 558690926 2280761351 1680985316 708307761 3348526659 593917842 3345604463 3855327884 3052580707 320940440 1866031845 3403503581 1314464773 3927429341 1532688225 2543625056 2084750410 3119675925 2867894417 64260035 468236865 141100201 4284178408 638669896 1337281516 338629811 2289367957 153879163 2096250197 1373132396 4153319126 1597066404 3528267750 2062320841 1438493952 2958947769 3223586704 418897680 1935798681 3378170092 1307441035 3960105460 1978299312 3559616011 1014478410 1690665409 464965909 3898403467 581121640 2671364702 1486760897 89216143 4070296131 3063455847 3865107838 1150471200 1738082228 3458285520 535107838 2218164910 1367386258 3753346638 2111870702 3662363277 3872473507 845012624 2860479896 3740980269 2081441610 1894228775 429560612 866510549 722540767 4146851363 1234514400 3606692416 781176649 4090534317 106290661 962220990 3385742859 1112011320 1324966934 2659778544 180277197 2622506571 1393473446 2289213332 2304592368 50480649 2350623362 3367537417 4064015145 3450369496 1829227302 3597961143 3988196600 3966442333 659451249 2235655912 225638582 3354499547 2974650861 626505067 3377335771 833199852 1355469745 1084428354 684983408 1878712865 2539816536 368970524 3380008846 718048024 3624109034 3450630975 3876826546 919273619 914822103 913536624 2477932291 1240251283 2866189318 1266777117 2672825377 638252608 4241471444 4187736193 2663222788 4059182901 1902973397 2462310125 149163250 3119818001 171560653 48292355 2362523937 2535775105 3963991136 2643063088 2944171110 4028128642 4095755985 1602387714 916852149 255 362436" option to reproduce the execution
0.00/0.06	c #vars 231
0.00/0.06	c #constraints 2707
0.06/0.10	c Solving starts ...
0.06/0.10	c ============================[ Search Statistics ]============================
0.06/0.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.06/0.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.06/0.10	c =============================================================================
0.06/0.10	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.06/0.12	c  0.0s |       1 |      215 |      100 |      979      0 |        0 |        0
0.06/0.15	c  0.0s |       2 |      483 |      250 |     1077      0 |        0 |        0
0.16/0.20	c  0.1s |       3 |      969 |      475 |     1185      0 |        0 |        0
0.16/0.27	c  0.2s |       4 |     1611 |      813 |     1304      0 |        0 |        0
0.36/0.40	c  0.3s |       5 |     2583 |     1320 |     1435      0 |        0 |        0
0.56/0.60	c  0.5s |       6 |     3821 |     2081 |     1737      1 |        0 |        0
0.87/0.92	c  0.8s |       7 |     5676 |     3223 |     1911      2 |        0 |        0
1.26/1.36	c  1.3s |       8 |     8682 |     4936 |     2103      3 |        1 |       11
1.76/1.85	c  1.8s |       9 |    13538 |     7506 |     2314      5 |        1 |       11
2.36/2.49	c  2.4s |      10 |    20759 |    11361 |     2546      5 |        5 |       55
3.16/3.21	c  3.1s |      10 |    29103 |    15967 |     2546      7 |      162 |     1474
3.16/3.21	c #cpu_time = 3.103s
3.16/3.21	c #wall_clock_time = 3.111s
3.16/3.21	c #decision = 29103
3.16/3.21	c #random_decision = 133
3.16/3.21	c #conflict = 15967
3.16/3.21	c #restart = 10
3.16/3.21	s UNSATISFIABLE
3.16/3.21	c total CPU time = 3.181s
3.16/3.21	c total wall clock time = 3.190s

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-4099284-1466206129/watcher-4099284-1466206129 -o /tmp/evaluation-result-4099284-1466206129/solver-4099284-1466206129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-595 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099284-1466206129.opb 

pid=1170
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: 0.91 0.39 0.25 3/179 1173
/proc/meminfo: memFree=29157712/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/1173/stat : 1173 (runsolver) D 1170 1173 579 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 22660083 24911872 151 33554432000 4194304 4338465 140734168331344 140734168328984 260190325943 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/1173/statm: 6082 151 105 36 0 2655 0

[startup+0.100138 s]
/proc/loadavg: 0.91 0.39 0.25 3/179 1173
/proc/meminfo: memFree=29157712/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1218116 CPUtime=0.06 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 20534 0 0 0 3 3 0 0 20 0 4 0 22660083 1247350784 20885 33554432000 4194304 16246674 140736301421920 140736301421344 12457395 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 304529 20891 624 2943 0 301423 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1218116

[startup+0.200317 s]
/proc/loadavg: 0.91 0.39 0.25 3/179 1173
/proc/meminfo: memFree=29157712/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1218116 CPUtime=0.16 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 37003 0 0 0 11 5 0 0 20 0 4 0 22660083 1247350784 37352 33554432000 4194304 16246674 140736301421920 140736301421344 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 304529 37357 727 2943 0 301423 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1218116

[startup+0.300345 s]
/proc/loadavg: 0.91 0.39 0.25 3/179 1173
/proc/meminfo: memFree=29157712/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1218116 CPUtime=0.26 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 53533 0 0 0 19 7 0 0 20 0 4 0 22660083 1247350784 53883 33554432000 4194304 16246674 140736301421920 140736301421344 6075563 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 304529 53891 727 2943 0 301423 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1218116

[startup+0.70029 s]
/proc/loadavg: 0.91 0.39 0.25 3/179 1173
/proc/meminfo: memFree=29157712/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1218116 CPUtime=0.66 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 116018 0 0 0 49 17 0 0 20 0 4 0 22660083 1247350784 116367 33554432000 4194304 16246674 140736301421920 140736301421344 12478957 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 304529 116373 733 2943 0 301423 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 0.91 0.39 0.25 3/183 1177
/proc/meminfo: memFree=28442236/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1218116 CPUtime=1.46 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 242624 0 0 0 113 33 0 0 20 0 4 0 22660083 1247350784 242973 33554432000 4194304 16246674 140736301421920 140736301403840 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 304529 242977 733 2943 0 301423 0
[pid=1173/tid=1175] ppid=1170 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1175/stat : 1175 (toysat) S 1170 1173 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660086 1247350784 242982 33554432000 4194304 16246674 140736301421920 140632587742448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=1173/tid=1176] ppid=1170 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1176/stat : 1176 (toysat) S 1170 1173 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660086 1247350784 242987 33554432000 4194304 16246674 140736301421920 140632577252592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1173/tid=1177] ppid=1170 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1177/stat : 1177 (toysat) S 1170 1173 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660086 1247350784 242990 33554432000 4194304 16246674 140736301421920 140632462978224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1218116

[startup+3.10035 s]
/proc/loadavg: 0.91 0.39 0.25 4/183 1177
/proc/meminfo: memFree=28172668/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1303108 CPUtime=3.06 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 266784 0 0 0 270 36 0 0 20 0 4 0 22660083 1334382592 267113 33554432000 4194304 16246674 140736301421920 140736301403840 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 325777 267113 800 2943 0 322671 0
[pid=1173/tid=1175] ppid=1170 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1175/stat : 1175 (toysat) S 1170 1173 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660086 1334382592 267113 33554432000 4194304 16246674 140736301421920 140632587742448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=1173/tid=1176] ppid=1170 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1176/stat : 1176 (toysat) S 1170 1173 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660086 1334382592 267113 33554432000 4194304 16246674 140736301421920 140632577252592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1173/tid=1177] ppid=1170 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1177/stat : 1177 (toysat) S 1170 1173 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660086 1334382592 267113 33554432000 4194304 16246674 140736301421920 140632462978224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 1303108

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

[startup+3.20041 s]
/proc/loadavg: 0.91 0.39 0.25 4/183 1177
/proc/meminfo: memFree=28172668/32872528 swapFree=17888/1798212
[pid=1173] ppid=1170 vsize=1303108 CPUtime=3.16 cores=0,2,4,6
/proc/1173/stat : 1173 (toysat) R 1170 1173 579 0 -1 4202496 266784 0 0 0 280 36 0 0 20 0 4 0 22660083 1334382592 267113 33554432000 4194304 16246674 140736301421920 140736301403840 5531916 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/1173/statm: 325777 267113 800 2943 0 322671 0
[pid=1173/tid=1175] ppid=1170 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1175/stat : 1175 (toysat) S 1170 1173 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660086 1334382592 267113 33554432000 4194304 16246674 140736301421920 140632587742448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=1173/tid=1176] ppid=1170 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1176/stat : 1176 (toysat) S 1170 1173 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660086 1334382592 267113 33554432000 4194304 16246674 140736301421920 140632577252592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1173/tid=1177] ppid=1170 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1173/task/1177/stat : 1177 (toysat) S 1170 1173 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660086 1334382592 267113 33554432000 4194304 16246674 140736301421920 140632462978224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1303108

Child status: 0
Real time (s): 3.27834
CPU time (s): 3.2495
CPU user time (s): 2.82357
CPU system time (s): 0.425935
CPU usage (%): 99.1203
Max. virtual memory (cumulated for all children) (KiB): 1303108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.82357
system time used= 0.425935
maximum resident set size= 1068536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266807
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= 19
involuntary context switches= 4

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007998 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 01:28:49
IDJOB=4099284
IDBENCH=1348
IDSOLVER=2542
FILE ID=node123/4099284-1466206129
RUNJOBID= node123-1466206081-595
PBS_JOBID= 19918154
Free space on /tmp= 71620 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099284-1466206129/watcher-4099284-1466206129 -o /tmp/evaluation-result-4099284-1466206129/solver-4099284-1466206129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-595 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099284-1466206129.opb

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

MD5SUM BENCH= ad2f2eb73d6b7e5f546be528b10bc762
RANDOM SEED=272341549

node123.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.791
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.58
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.791
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.791
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.56
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.791
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.57
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.791
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.791
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.56
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.791
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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:        29158464 kB
Buffers:           36948 kB
Cached:            96932 kB
SwapCached:         1640 kB
Active:          1153536 kB
Inactive:          54488 kB
Active(anon):    1075324 kB
Inactive(anon):     1100 kB
Active(file):      78212 kB
Inactive(file):    53388 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             33012 kB
Writeback:             0 kB
AnonPages:       2872044 kB
Mapped:            10300 kB
Shmem:                 0 kB
Slab:             571448 kB
SReclaimable:      14908 kB
SUnreclaim:       556540 kB
KernelStack:        1448 kB
PageTables:         9660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3016836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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= 71604 MiB
End job on node123 at 2016-06-18 01:28:53