Trace number 366420

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, and are wall clock time (not CPU 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
minisat+ 1.14SAT (TO)27 1800.03 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_14.r.opb
MD5SUMf1b978cb920387bc2a07b8b1a528a68d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark7.2379
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 19
Optimality of the best value was proved YES
Number of variables297
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint14
Number of terms in the objective function 297
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 297
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 297
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.00/0.01	c Converting 100 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.01	c   -- Clauses(.)/Splits(s): ....................................................................................................
0.00/0.01	c ==================================[MINISAT+]==================================
0.00/0.01	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |     100     1176 |      33       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Found solution: 32
0.00/0.01	o 32
0.00/0.01	c ---[   0]---> Sorter-cost:10708     Base:
0.00/0.08	c ==================================[MINISAT+]==================================
0.00/0.08	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   12027    29026 |    4009       0        0     nan |  0.000 % |
0.09/0.10	c |       101 |   12027    29026 |    4409     101     2147    21.3 |  0.012 % |
0.09/0.12	c |       251 |   12027    29026 |    4850     251    12512    49.8 |  0.012 % |
0.09/0.17	c |       476 |   12027    29026 |    5335     476    27212    57.2 |  0.012 % |
0.19/0.23	c |       814 |   12027    29026 |    5869     814    54147    66.5 |  0.012 % |
0.29/0.30	c |      1322 |   12027    29026 |    6456    1322    92982    70.3 |  0.012 % |
0.39/0.41	c ==============================================================================
0.39/0.41	c Found solution: 31
0.39/0.41	o 31
0.39/0.41	c ---[   0]---> Sorter-cost:    0     Base:
0.39/0.47	c ==================================[MINISAT+]==================================
0.39/0.47	c | Conflicts | Original         | Learnt                           | Progress |
0.39/0.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.39/0.47	c ==============================================================================
0.39/0.47	c |      1941 |   12008    28987 |    4002    1915   138414    72.3 |  0.012 % |
0.49/0.50	c |      2042 |   12008    28987 |    4402    2016   145362    72.1 |  0.222 % |
0.49/0.53	c |      2192 |   12008    28987 |    4842    2166   156095    72.1 |  0.222 % |
0.49/0.59	c |      2417 |   12008    28987 |    5326    2391   176899    74.0 |  0.222 % |
0.59/0.67	c |      2757 |   12008    28987 |    5859    2731   211445    77.4 |  0.222 % |
0.69/0.77	c |      3264 |   12008    28987 |    6445    3238   258713    79.9 |  0.222 % |
0.89/0.95	c |      4026 |   12008    28987 |    7089    4000   322528    80.6 |  0.222 % |
1.09/1.19	c |      5165 |   12008    28987 |    7798    5139   426749    83.0 |  0.222 % |
1.59/1.62	c |      6873 |   12008    28987 |    8578    6847   587667    85.8 |  0.222 % |
2.19/2.28	c |      9435 |   12008    28987 |    9436    9409   837830    89.0 |  0.222 % |
3.39/3.47	c |     13279 |   12008    28987 |   10380    8168   752027    92.1 |  0.222 % |
5.49/5.51	c |     19047 |   12008    28987 |   11418    8428   772922    91.7 |  0.222 % |
8.89/8.94	c |     27697 |   12008    28987 |   12559   11036  1036843    94.0 |  0.222 % |
13.49/13.53	c |     40671 |   12008    28987 |   13815   10629  1041116    98.0 |  0.222 % |
20.99/21.03	c |     60132 |   12008    28987 |   15197    8476   825134    97.3 |  0.222 % |
26.58/26.66	c ==============================================================================
26.58/26.66	c Found solution: 30
26.58/26.66	o 30
26.58/26.67	c ---[   0]---> Sorter-cost:    0     Base:
26.68/26.74	c ==================================[MINISAT+]==================================
26.68/26.74	c | Conflicts | Original         | Learnt                           | Progress |
26.68/26.74	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
26.68/26.74	c ==============================================================================
26.68/26.74	c |     73988 |   12027    29039 |    4009   14104  1398156    99.1 |  0.222 % |
26.78/26.83	c |     74088 |   12027    29039 |    4409    3626   295350    81.5 |  0.234 % |
26.78/26.87	c |     74240 |   12027    29039 |    4850    3778   305762    80.9 |  0.234 % |
26.88/26.94	c |     74465 |   12027    29039 |    5335    4003   323139    80.7 |  0.234 % |
26.98/27.02	c |     74802 |   12027    29039 |    5869    4340   350722    80.8 |  0.234 % |
27.08/27.15	c |     75309 |   12027    29039 |    6456    4847   391861    80.8 |  0.234 % |
27.28/27.34	c |     76068 |   12027    29039 |    7102    5606   449776    80.2 |  0.234 % |
27.58/27.68	c |     77208 |   12027    29039 |    7812    6746   544324    80.7 |  0.234 % |
28.08/28.11	c |     78916 |   12027    29039 |    8593    4241   303849    71.6 |  0.234 % |
28.88/28.98	c |     81478 |   12027    29039 |    9453    6803   544689    80.1 |  0.234 % |
30.18/30.22	c |     85327 |   12027    29039 |   10398    5590   454982    81.4 |  0.234 % |
31.78/31.90	c |     91093 |   12027    29039 |   11438    5800   488337    84.2 |  0.234 % |
34.38/34.43	c |     99745 |   12027    29039 |   12581    8448   795271    94.1 |  0.234 % |
39.28/39.37	c |    112720 |   12027    29039 |   13840    8154   769464    94.4 |  0.234 % |
46.08/46.11	c |    132182 |   12027    29039 |   15224   12446  1098019    88.2 |  0.234 % |
49.07/49.11	c ==============================================================================
49.07/49.11	c Found solution: 29
49.07/49.11	o 29
49.07/49.11	c ---[   0]---> Sorter-cost:    0     Base:
49.07/49.18	c ==================================[MINISAT+]==================================
49.07/49.18	c | Conflicts | Original         | Learnt                           | Progress |
49.07/49.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
49.07/49.18	c ==============================================================================
49.07/49.18	c |    141243 |   11975    28916 |    3991   13385  1262788    94.3 |  0.234 % |
49.17/49.24	c |    141348 |   11975    28916 |    4390    3452   300705    87.1 |  0.765 % |
49.17/49.28	c |    141499 |   11975    28916 |    4829    3603   311015    86.3 |  0.765 % |
49.27/49.34	c |    141724 |   11975    28916 |    5312    3828   328071    85.7 |  0.765 % |
49.38/49.42	c |    142062 |   11975    28916 |    5843    4166   352803    84.7 |  0.765 % |
49.48/49.54	c |    142568 |   11975    28916 |    6427    4672   389281    83.3 |  0.765 % |
49.67/49.73	c |    143327 |   11975    28916 |    7070    5431   450028    82.9 |  0.765 % |
49.97/50.05	c |    144466 |   11975    28916 |    7777    6570   550480    83.8 |  0.765 % |
50.37/50.47	c |    146176 |   11975    28916 |    8555    8280   693068    83.7 |  0.765 % |
51.17/51.20	c |    148739 |   11975    28916 |    9410    5999   497725    83.0 |  0.765 % |
52.37/52.47	c |    152583 |   11975    28916 |   10351    9843   846203    86.0 |  0.765 % |
54.37/54.41	c |    158350 |   11975    28916 |   11386   10047   839623    83.6 |  0.765 % |
57.67/57.78	c |    167000 |   11975    28916 |   12525    6527   523712    80.2 |  0.765 % |
61.97/62.03	c |    179980 |   11975    28916 |   13778   12726  1019890    80.1 |  0.765 % |
69.67/69.77	c ==============================================================================
69.67/69.77	c Found solution: 27
69.67/69.77	o 27
69.67/69.78	c ---[   0]---> Sorter-cost:    0     Base:
69.77/69.85	c ==================================[MINISAT+]==================================
69.77/69.85	c | Conflicts | Original         | Learnt                           | Progress |
69.77/69.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
69.77/69.85	c ==============================================================================
69.77/69.85	c |    199402 |   11979    28927 |    3993   10163   902297    88.8 |  0.765 % |
69.87/69.90	c |    199502 |   11979    28927 |    4392    2641   196807    74.5 |  0.924 % |
69.87/69.94	c |    199653 |   11979    28927 |    4831    2792   206761    74.1 |  0.924 % |
69.87/70.00	c |    199878 |   11979    28927 |    5314    3017   219966    72.9 |  0.924 % |
69.97/70.06	c |    200216 |   11979    28927 |    5846    3355   240122    71.6 |  0.924 % |
70.17/70.21	c |    200723 |   11979    28927 |    6430    3862   276042    71.5 |  0.924 % |
70.27/70.39	c |    201485 |   11979    28927 |    7073    4624   325629    70.4 |  0.924 % |
70.67/70.71	c |    202625 |   11979    28927 |    7781    5764   422778    73.3 |  0.924 % |
71.07/71.14	c |    204333 |   11979    28927 |    8559    7472   595337    79.7 |  0.924 % |
71.97/72.03	c |    206895 |   11979    28927 |    9415   10034   828635    82.6 |  0.924 % |
73.16/73.24	c |    210739 |   11979    28927 |   10356    8861   754661    85.2 |  0.924 % |
74.86/74.98	c |    216508 |   11979    28927 |   11392    9249   702865    76.0 |  0.924 % |
78.07/78.11	c |    225158 |   11979    28927 |   12531   11798   842696    71.4 |  0.924 % |
82.96/83.06	c |    238134 |   11979    28927 |   13784   11321   840791    74.3 |  0.924 % |
90.56/90.60	c |    257596 |   11979    28927 |   15163    8868   687401    77.5 |  0.924 % |
103.35/103.46	c |    286790 |   11979    28927 |   16679   13635  1067196    78.3 |  0.924 % |
121.95/122.06	c |    330581 |   11979    28927 |   18347   13860  1009323    72.8 |  0.924 % |
150.55/150.65	c |    396267 |   11979    28927 |   20182   11631   824120    70.9 |  0.924 % |
190.52/190.61	c |    494793 |   11979    28927 |   22200   15488  1107516    71.5 |  0.924 % |
257.51/257.66	c |    642582 |   11979    28927 |   24420   14255  1028443    72.1 |  0.924 % |
368.77/368.96	c |    864266 |   11979    28927 |   26862   19573  1304228    66.6 |  0.924 % |
548.41/548.60	c |   1196791 |   11979    28927 |   29549   20056  1381420    68.9 |  0.924 % |
814.03/814.37	c |   1695579 |   11979    28927 |   32504   22841  1504807    65.9 |  0.924 % |
1298.67/1299.11	c |   2443761 |   11979    28927 |   35754   21058  1683864    80.0 |  0.924 % |
1800.02/1800.60	c 
1800.02/1800.60	c *** TERMINATED ***
1800.02/1800.60	s SATISFIABLE
1800.02/1800.60	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28
1800.02/1800.60	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54
1800.02/1800.60	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
1800.02/1800.60	v -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105
1800.02/1800.60	v -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126
1800.02/1800.60	v -x127 x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147
1800.02/1800.60	v -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168
1800.02/1800.60	v -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189
1800.02/1800.60	v -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
1800.02/1800.60	v -x211 -x212 -x213 -x214 x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231
1800.02/1800.60	v -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252
1800.02/1800.60	v -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273
1800.02/1800.60	v -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294
1800.02/1800.60	v -x295 -x296 -x297

Verifier Data (download as text)

OK	27

Conversion Script Data (download as text)

/tmp/evaluation/366420-1177061218/instance-366420-1177061218.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-366420-1177061218 -o ROOT/results/node58/solver-366420-1177061218 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/366420-1177061218/minisat+ /tmp/evaluation/366420-1177061218/instance-366420-1177061218.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 838
/proc/meminfo: memFree=1773640/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=1048 CPUtime=0
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 120 0 0 0 0 0 0 0 18 0 1 0 154031453 1073152 105 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838060 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 262 105 74 215 0 44 0

[startup+0.093094 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 838
/proc/meminfo: memFree=1773640/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=2984 CPUtime=0.08
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 604 0 0 0 8 0 0 0 18 0 1 0 154031453 3055616 589 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580378 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 746 589 108 215 0 528 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2984

[startup+0.101094 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 838
/proc/meminfo: memFree=1773640/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=2984 CPUtime=0.09
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 604 0 0 0 9 0 0 0 18 0 1 0 154031453 3055616 589 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588692 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 746 589 108 215 0 528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2984

[startup+0.301128 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 838
/proc/meminfo: memFree=1773640/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=3244 CPUtime=0.29
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 699 0 0 0 29 0 0 0 19 0 1 0 154031453 3321856 684 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580461 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 811 684 111 215 0 593 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3244

[startup+0.701195 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 838
/proc/meminfo: memFree=1773640/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=4136 CPUtime=0.69
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 888 0 0 0 69 0 0 0 23 0 1 0 154031453 4235264 873 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135011021 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 1034 873 111 215 0 816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4136

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1770048/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=5608 CPUtime=1.49
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 1246 0 0 0 149 0 0 0 25 0 1 0 154031453 5742592 1231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007864 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 1402 1231 111 215 0 1184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5608

[startup+3.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1767872/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=7188 CPUtime=3.09
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 1651 0 0 0 309 0 0 0 25 0 1 0 154031453 7360512 1636 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 1797 1636 111 215 0 1579 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7188

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1766592/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=7844 CPUtime=6.28
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 1822 0 0 0 628 0 0 0 25 0 1 0 154031453 8032256 1807 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 1961 1807 111 215 0 1743 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7844

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1765264/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=9456 CPUtime=12.69
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 2219 0 0 0 1268 1 0 0 25 0 1 0 154031453 9682944 2204 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577391 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 2364 2204 111 215 0 2146 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9456

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1763088/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=11436 CPUtime=25.49
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 2700 0 0 0 2548 1 0 0 25 0 1 0 154031453 11710464 2685 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 2859 2685 111 215 0 2641 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11436

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1762896/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=11564 CPUtime=51.07
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 2747 0 0 0 5106 1 0 0 25 0 1 0 154031453 11841536 2732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577392 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 2891 2732 111 215 0 2673 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11564

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1761808/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=12688 CPUtime=102.25
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 3034 0 0 0 10224 1 0 0 25 0 1 0 154031453 12992512 3014 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 3172 3014 111 215 0 2954 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 12688

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1760016/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=14584 CPUtime=162.24
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 3473 0 0 0 16222 2 0 0 25 0 1 0 154031453 14934016 3453 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580433 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 3646 3453 111 215 0 3428 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14584

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1758416/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=16116 CPUtime=222.21
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 3863 0 0 0 22219 2 0 0 25 0 1 0 154031453 16502784 3843 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573368 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 4029 3843 111 215 0 3811 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16116

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1757072/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=17444 CPUtime=282.2
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 4188 0 0 0 28217 3 0 0 25 0 1 0 154031453 17862656 4168 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574480 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 4361 4168 111 215 0 4143 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 17444

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1756560/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=17872 CPUtime=342.18
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 4298 0 0 0 34215 3 0 0 25 0 1 0 154031453 18300928 4278 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 4468 4278 111 215 0 4250 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 17872

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 839
/proc/meminfo: memFree=1755792/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=18728 CPUtime=402.16
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 4490 0 0 0 40213 3 0 0 25 0 1 0 154031453 19177472 4470 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 4682 4470 111 215 0 4464 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 18728

[startup+462.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 839
/proc/meminfo: memFree=1754768/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=19860 CPUtime=462.14
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 4743 0 0 0 46211 3 0 0 25 0 1 0 154031453 20336640 4723 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568556 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 4965 4723 111 215 0 4747 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 19860

[startup+522.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 839
/proc/meminfo: memFree=1754128/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=20520 CPUtime=522.12
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 4903 0 0 0 52209 3 0 0 25 0 1 0 154031453 21012480 4883 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 5130 4883 111 215 0 4912 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 20520

[startup+582.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 839
/proc/meminfo: memFree=1753104/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=21476 CPUtime=582.1
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 5128 0 0 0 58207 3 0 0 25 0 1 0 154031453 21991424 5108 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 5369 5108 111 215 0 5151 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 21476

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 839
/proc/meminfo: memFree=1752528/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=22048 CPUtime=642.08
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 5276 0 0 0 64205 3 0 0 25 0 1 0 154031453 22577152 5256 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 5512 5256 111 215 0 5294 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 22048


################
# More data... #
################

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1751760/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=22880 CPUtime=822.03
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 5456 0 0 0 82199 4 0 0 25 0 1 0 154031453 23429120 5436 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 5720 5436 111 215 0 5502 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 22880

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1750736/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=23928 CPUtime=882
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 5717 0 0 0 88196 4 0 0 25 0 1 0 154031453 24502272 5697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 5982 5697 111 215 0 5764 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 23928

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1749008/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=25728 CPUtime=941.98
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6142 0 0 0 94194 4 0 0 25 0 1 0 154031453 26345472 6122 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 6432 6122 111 215 0 6214 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 25728

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1748048/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=26624 CPUtime=1001.96
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6382 0 0 0 100192 4 0 0 25 0 1 0 154031453 27262976 6362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 6656 6362 111 215 0 6438 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 26624

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1747536/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=27252 CPUtime=1061.94
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6497 0 0 0 106190 4 0 0 25 0 1 0 154031453 27906048 6477 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576446 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 6813 6477 111 215 0 6595 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 27252

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1747280/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=27384 CPUtime=1121.92
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6559 0 0 0 112188 4 0 0 25 0 1 0 154031453 28041216 6539 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003355 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 6846 6539 111 215 0 6628 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 27384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1746640/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=28128 CPUtime=1181.91
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6724 0 0 0 118186 5 0 0 25 0 1 0 154031453 28803072 6704 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576151 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7032 6704 111 215 0 6814 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 28128

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1746384/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=28436 CPUtime=1241.89
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6779 0 0 0 124184 5 0 0 25 0 1 0 154031453 29118464 6759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7109 6759 111 215 0 6891 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 28436

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1746320/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=28436 CPUtime=1301.87
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6789 0 0 0 130182 5 0 0 25 0 1 0 154031453 29118464 6769 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7109 6769 111 215 0 6891 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 28436

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1745744/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=29036 CPUtime=1361.85
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 6930 0 0 0 136179 6 0 0 25 0 1 0 154031453 29732864 6910 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7259 6910 111 215 0 7041 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 29036

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1745104/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=29636 CPUtime=1421.83
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7084 0 0 0 142177 6 0 0 25 0 1 0 154031453 30347264 7064 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7409 7064 111 215 0 7191 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 29636

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1745040/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=29776 CPUtime=1481.81
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7099 0 0 0 148175 6 0 0 25 0 1 0 154031453 30490624 7079 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7444 7079 111 215 0 7226 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 29776

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1744912/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=29776 CPUtime=1541.79
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7120 0 0 0 154173 6 0 0 25 0 1 0 154031453 30490624 7100 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580405 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7444 7100 111 215 0 7226 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 29776

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1744720/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=29956 CPUtime=1601.77
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7170 0 0 0 160171 6 0 0 25 0 1 0 154031453 30674944 7150 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578830 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7489 7150 111 215 0 7271 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 29956

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1744144/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=30640 CPUtime=1661.75
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7303 0 0 0 166169 6 0 0 25 0 1 0 154031453 31375360 7283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7660 7283 111 215 0 7442 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 30640

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1743440/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=31308 CPUtime=1721.73
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7474 0 0 0 172167 6 0 0 25 0 1 0 154031453 32059392 7454 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7827 7454 111 215 0 7609 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 31308

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1743248/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=31512 CPUtime=1781.71
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7508 0 0 0 178165 6 0 0 25 0 1 0 154031453 32268288 7488 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7878 7488 111 215 0 7660 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 31512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 841
/proc/meminfo: memFree=1743248/2055920 swapFree=4184528/4192956
[pid=838] ppid=836 vsize=31512 CPUtime=1800.02
/proc/838/stat : 838 (minisat+) R 836 838 32059 0 -1 4194304 7508 0 0 0 179996 6 0 0 25 0 1 0 154031453 32268288 7488 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579239 0 0 4096 16386 0 0 0 17 1 0 0
/proc/838/statm: 7878 7488 111 215 0 7660 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 31512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 10
Real time (s): 1800.62
CPU time (s): 1800.03
CPU user time (s): 1799.96
CPU system time (s): 0.072988
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 31512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7510
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= 8
involuntary context switches= 3774

runsolver used 1.16082 second user time and 3.77343 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Fri Apr 20 09:26:58 UTC 2007

IDJOB= 366420
IDBENCH= 2859
IDSOLVER= 156
FILE ID= node58/366420-1177061218

PBS_JOBID= 4640215

Free space on /tmp= 66448 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_14.r.opb
COMMAND LINE= /tmp/evaluation/366420-1177061218/minisat+ /tmp/evaluation/366420-1177061218/instance-366420-1177061218.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-366420-1177061218 -o ROOT/results/node58/conversion-366420-1177061218 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366420-1177061218/instance-366420-1177061218.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-366420-1177061218 -o ROOT/results/node58/solver-366420-1177061218 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/366420-1177061218/minisat+ /tmp/evaluation/366420-1177061218/instance-366420-1177061218.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  f1b978cb920387bc2a07b8b1a528a68d

RANDOM SEED= 494275506

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1774048 kB
Buffers:         23800 kB
Cached:         192164 kB
SwapCached:       2248 kB
Active:          85872 kB
Inactive:       139756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774048 kB
SwapTotal:     4192956 kB
SwapFree:      4184528 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          16264 kB
Slab:            42244 kB
Committed_AS:  1005328 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB

End job on node58 on Fri Apr 20 09:57:01 UTC 2007